Spaces:
Build error
Build error
BilalSardar
commited on
Commit
·
f255e59
1
Parent(s):
852371e
Update app.py
Browse files
app.py
CHANGED
@@ -286,6 +286,6 @@ iface = gr.Interface(
|
|
286 |
fn=generate_question,
|
287 |
inputs=[context1,radiobutton],
|
288 |
title="VidQuest",
|
289 |
-
description="Keep in mind that it might take up to 20 to 30 minutes. Correct answers appear in green, while incorrect choices appear in red.",
|
290 |
outputs=output)
|
291 |
iface.launch(debug=True)
|
|
|
286 |
fn=generate_question,
|
287 |
inputs=[context1,radiobutton],
|
288 |
title="VidQuest",
|
289 |
+
description="Keep in mind that it might take up to 20 to 30 minutes. Correct answers appear in green, while incorrect choices appear in red. Use the Gensim tool to find the most appropriate distractions.",
|
290 |
outputs=output)
|
291 |
iface.launch(debug=True)
|