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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ def respond(message, history):
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__":
 
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__":