bedrock123 commited on
Commit
f19a96c
·
1 Parent(s): 68af58f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(share=True)
 
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()