k96beni commited on
Commit
72052bb
·
verified ·
1 Parent(s): b29d6b7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -304,4 +304,4 @@ with gr.Blocks(css=custom_css, title="ChargeNode Kundtjänst") as app:
304
  clear.click(lambda: None, None, chatbot, queue=False)
305
 
306
  if __name__ == "__main__":
307
- app.launch(share=True)
 
304
  clear.click(lambda: None, None, chatbot, queue=False)
305
 
306
  if __name__ == "__main__":
307
+ app.launch()