Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -90,7 +90,7 @@ with gr.Blocks() as demo:
|
|
90 |
gr.ChatInterface(
|
91 |
fn = respond,
|
92 |
description = cfg.description,
|
93 |
-
css = css
|
94 |
chatbot = chatbot
|
95 |
)
|
96 |
|
|
|
90 |
gr.ChatInterface(
|
91 |
fn = respond,
|
92 |
description = cfg.description,
|
93 |
+
css = css,
|
94 |
chatbot = chatbot
|
95 |
)
|
96 |
|