jdesiree commited on
Commit
9fe34ab
·
verified ·
1 Parent(s): f3bed1f

Update app.py

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