Spaces:
Sleeping
Sleeping
phucpx
commited on
Commit
·
2868373
1
Parent(s):
b7621e0
Add application file
Browse files
app.py
CHANGED
@@ -85,7 +85,7 @@ iface = gr.Interface(
|
|
85 |
gr.Dropdown(["English", "Vietnamese"], label="Language"),
|
86 |
gr.Dropdown(["English", "Vietnamese"], label="Explanation Language"),
|
87 |
gr.Textbox(lines=5, placeholder="Enter context here...", label="Context"),
|
88 |
-
gr.Textbox(lines=5,
|
89 |
gr.Dropdown(["Reviewing", "Practicing"], label="Mode")
|
90 |
],
|
91 |
outputs=gr.JSON(label="Generated Questions"),
|
|
|
85 |
gr.Dropdown(["English", "Vietnamese"], label="Language"),
|
86 |
gr.Dropdown(["English", "Vietnamese"], label="Explanation Language"),
|
87 |
gr.Textbox(lines=5, placeholder="Enter context here...", label="Context"),
|
88 |
+
gr.Textbox(lines=5, value=template_los, label="Learning Outcomes"),
|
89 |
gr.Dropdown(["Reviewing", "Practicing"], label="Mode")
|
90 |
],
|
91 |
outputs=gr.JSON(label="Generated Questions"),
|