Spaces:
Build error
Build error
BilalSardar
commited on
Commit
·
852371e
1
Parent(s):
880cdbe
Update app.py
Browse files
app.py
CHANGED
@@ -286,5 +286,6 @@ iface = gr.Interface(
|
|
286 |
fn=generate_question,
|
287 |
inputs=[context1,radiobutton],
|
288 |
title="VidQuest",
|
|
|
289 |
outputs=output)
|
290 |
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.",
|
290 |
outputs=output)
|
291 |
iface.launch(debug=True)
|