Spaces:
Runtime error
Runtime error
Commit
·
6c47b98
1
Parent(s):
5cac5ae
Update app.py
Browse files
app.py
CHANGED
@@ -103,7 +103,7 @@ with gr.Blocks() as demo:
|
|
103 |
with gr.Tab("format html"):
|
104 |
qa_pairs_html = gr.Textbox(placeholder="Les questions apparaîtront ici.", lines=19, label="Paires question-réponse, format html")
|
105 |
with gr.Tab("format edulib"):
|
106 |
-
qa_pairs_edulib = gr.Textbox(placeholder="Les questions apparaîtront ici.", lines=19, label="Paires question-réponse, format
|
107 |
|
108 |
#todo: test generating with just one phrase for one MCQ with smaller models
|
109 |
|
|
|
103 |
with gr.Tab("format html"):
|
104 |
qa_pairs_html = gr.Textbox(placeholder="Les questions apparaîtront ici.", lines=19, label="Paires question-réponse, format html")
|
105 |
with gr.Tab("format edulib"):
|
106 |
+
qa_pairs_edulib = gr.Textbox(placeholder="Les questions apparaîtront ici.", lines=19, label="Paires question-réponse, format edulib")
|
107 |
|
108 |
#todo: test generating with just one phrase for one MCQ with smaller models
|
109 |
|