Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -193,7 +193,7 @@ def respond(
|
|
| 193 |
|
| 194 |
|
| 195 |
with gr.Blocks(css=css) as demo:
|
| 196 |
-
gr.HTML(
|
| 197 |
gr.ChatInterface(
|
| 198 |
respond,
|
| 199 |
additional_inputs=[
|
|
|
|
| 193 |
|
| 194 |
|
| 195 |
with gr.Blocks(css=css) as demo:
|
| 196 |
+
gr.HTML(title_html) # Insert the background effect
|
| 197 |
gr.ChatInterface(
|
| 198 |
respond,
|
| 199 |
additional_inputs=[
|