VhixCore commited on
Commit
444ab46
Β·
verified Β·
1 Parent(s): 85715f1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,6 +68,6 @@ with gr.Blocks(css=CSS, theme=gr.themes.Default()) as app:
68
  inputs=[text_input],
69
  outputs=[chatbot]
70
  )
71
-
72
  if __name__ == "__main__":
73
  app.launch(server_name="0.0.0.0", share=True)
 
68
  inputs=[text_input],
69
  outputs=[chatbot]
70
  )
71
+ )
72
  if __name__ == "__main__":
73
  app.launch(server_name="0.0.0.0", share=True)