darkc0de commited on
Commit
a2b44ec
·
verified ·
1 Parent(s): f58ff27

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -40,9 +40,7 @@ def respond(message, history):
40
 
41
  with gr.Blocks() as demo:
42
  gr.ChatInterface(respond, chatbot=gr.Chatbot(height=800))
43
-
44
- with gr.Blocks(theme=gr.themes.Soft()) as demo:
45
- ...'
46
 
47
  if __name__ == "__main__":
48
  demo.launch(show_api=True, share=False)
 
40
 
41
  with gr.Blocks() as demo:
42
  gr.ChatInterface(respond, chatbot=gr.Chatbot(height=800))
43
+ gr.Blocks(theme=gr.themes.Soft())
 
 
44
 
45
  if __name__ == "__main__":
46
  demo.launch(show_api=True, share=False)