zhengr commited on
Commit
cce7340
1 Parent(s): 7edfb41

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -98,7 +98,7 @@ def stream_chat(
98
 
99
  chatbot = gr.Chatbot(height=600, placeholder=PLACEHOLDER)
100
 
101
- with gr.Blocks(css=CSS, theme="zkunn/Alipay_Gradio_theme") as demo:
102
  gr.HTML(TITLE)
103
  gr.ChatInterface(
104
  fn=stream_chat,
 
98
 
99
  chatbot = gr.Chatbot(height=600, placeholder=PLACEHOLDER)
100
 
101
+ with gr.Blocks(css=CSS, theme="zhengr/Gradio_theme") as demo:
102
  gr.HTML(TITLE)
103
  gr.ChatInterface(
104
  fn=stream_chat,