Spaces:
Sleeping
Sleeping
Pranjal12345
commited on
Commit
•
d456b2f
1
Parent(s):
0be2832
Update app.py
Browse files
app.py
CHANGED
@@ -38,7 +38,7 @@ def generate_question_answer_pairs(input_text):
|
|
38 |
return result, "QAPairs.csv"
|
39 |
|
40 |
title = "Question-Answer Pairs Generation"
|
41 |
-
input_text = gr.Textbox(lines=4, label="Text
|
42 |
output_file = gr.File(label="Download as csv")
|
43 |
output_text = gr.Textbox()
|
44 |
|
|
|
38 |
return result, "QAPairs.csv"
|
39 |
|
40 |
title = "Question-Answer Pairs Generation"
|
41 |
+
input_text = gr.Textbox(lines=4, label="Text")
|
42 |
output_file = gr.File(label="Download as csv")
|
43 |
output_text = gr.Textbox()
|
44 |
|