Spaces:
Runtime error
Runtime error
Commit
·
2cd8202
1
Parent(s):
cc010e0
Update app.py
Browse files
app.py
CHANGED
@@ -53,7 +53,7 @@ with gr.Blocks() as demo:
|
|
53 |
slider = gr.Slider(minimum=1, maximum=10, value=5, step=1, label="Nombre de questions.")
|
54 |
|
55 |
|
56 |
-
qa_pairs = gr.Textbox(placeholder="Les questions apparaîtront ici.", lines=
|
57 |
|
58 |
#todo: test generating with just one phrase for one MCQ with smaller models
|
59 |
|
|
|
53 |
slider = gr.Slider(minimum=1, maximum=10, value=5, step=1, label="Nombre de questions.")
|
54 |
|
55 |
|
56 |
+
qa_pairs = gr.Textbox(placeholder="Les questions apparaîtront ici.", lines=15)
|
57 |
|
58 |
#todo: test generating with just one phrase for one MCQ with smaller models
|
59 |
|