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