aslan-ng commited on
Commit
942c38a
·
verified ·
1 Parent(s): 970251d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -756,7 +756,7 @@ def respond(message, history):
756
 
757
  return "", history
758
 
759
- with gr.Blocks(theme=gr.themes.Ocean()) as demo:
760
  gr.HTML("""...""")
761
 
762
  chat = gr.Chatbot(height=420, type="messages")
 
756
 
757
  return "", history
758
 
759
+ with gr.Blocks() as demo:
760
  gr.HTML("""...""")
761
 
762
  chat = gr.Chatbot(height=420, type="messages")