Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -382,4 +382,4 @@ with gr.Blocks(css=custom_css, title="EduBot") as demo:
|
|
| 382 |
|
| 383 |
if __name__ == "__main__":
|
| 384 |
logger.info("Starting EduBot...")
|
| 385 |
-
demo.launch(debug=True)
|
|
|
|
| 382 |
|
| 383 |
if __name__ == "__main__":
|
| 384 |
logger.info("Starting EduBot...")
|
| 385 |
+
demo.launch(debug=True, share=True)
|