Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -246,7 +246,7 @@ with demo:
|
|
246 |
ok_button = gr.Button("OK", elem_id="ok-button")
|
247 |
ok_button.click(fn=start_app, outputs=[intro, app_block])
|
248 |
'''
|
249 |
-
|
250 |
with app_block:
|
251 |
|
252 |
gr.HTML("""
|
@@ -311,6 +311,7 @@ with demo:
|
|
311 |
</div>
|
312 |
</div>
|
313 |
<p>""")
|
|
|
314 |
|
315 |
demo.queue(max_size=1)
|
316 |
#demo.launch(share=False, max_threads=3, auth=(os.getenv("username"), os.getenv("password")), auth_message="Please provide a username and a password.")
|
|
|
246 |
ok_button = gr.Button("OK", elem_id="ok-button")
|
247 |
ok_button.click(fn=start_app, outputs=[intro, app_block])
|
248 |
'''
|
249 |
+
'''
|
250 |
with app_block:
|
251 |
|
252 |
gr.HTML("""
|
|
|
311 |
</div>
|
312 |
</div>
|
313 |
<p>""")
|
314 |
+
'''
|
315 |
|
316 |
demo.queue(max_size=1)
|
317 |
#demo.launch(share=False, max_threads=3, auth=(os.getenv("username"), os.getenv("password")), auth_message="Please provide a username and a password.")
|