alexkueck commited on
Commit
91597b1
1 Parent(s): 3cf2722

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -663,7 +663,7 @@ with gr.Blocks(css=customCSS, theme=small_and_beautiful_theme) as demo:
663
  )
664
  demo.title = "LI-ChatBot"
665
 
666
- demo.queue().launch(debug=True)
667
 
668
 
669
 
 
663
  )
664
  demo.title = "LI-ChatBot"
665
 
666
+ demo.queue().launch(debug=True)
667
 
668
 
669