Spaces:
Runtime error
Runtime error
Commit
·
f19a96c
1
Parent(s):
68af58f
Update app.py
Browse files
app.py
CHANGED
@@ -23,4 +23,4 @@ iface = gr.Interface(fn=quiz,
|
|
23 |
title="Quiz to join!",
|
24 |
description="Type your username and message, and click Send to send to the quiz name specified in: Quiz Name.")
|
25 |
|
26 |
-
iface.launch(
|
|
|
23 |
title="Quiz to join!",
|
24 |
description="Type your username and message, and click Send to send to the quiz name specified in: Quiz Name.")
|
25 |
|
26 |
+
iface.launch()
|