Spaces:
Runtime error
Runtime error
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="Nymbo/
|
| 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="Nymbo/Alyx_Theme") as demo:
|
| 102 |
gr.HTML(TITLE)
|
| 103 |
gr.ChatInterface(
|
| 104 |
fn=stream_chat,
|