phucpx commited on
Commit
2868373
·
1 Parent(s): b7621e0

Add application file

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, default=template_los, label="Learning Outcomes"),
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"),