Update app.py
Browse files
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="
|
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="zkunn/Alipay_Gradio_theme") as demo:
|
102 |
gr.HTML(TITLE)
|
103 |
gr.ChatInterface(
|
104 |
fn=stream_chat,
|