Spaces:
Sleeping
Sleeping
Commit
·
512724d
1
Parent(s):
6b8c4b6
Update app.py
Browse files
app.py
CHANGED
@@ -7,6 +7,7 @@ import re
|
|
7 |
|
8 |
|
9 |
def process_data_sample(example):
|
|
|
10 |
processed_example = "You have to generate api developer documentation json object which helps the user to create api documentation. ### Instruction : " + example["Instruction"] + ". ### Response :"
|
11 |
return processed_example
|
12 |
|
|
|
7 |
|
8 |
|
9 |
def process_data_sample(example):
|
10 |
+
print("example :" + example)
|
11 |
processed_example = "You have to generate api developer documentation json object which helps the user to create api documentation. ### Instruction : " + example["Instruction"] + ". ### Response :"
|
12 |
return processed_example
|
13 |
|