Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -49,7 +49,7 @@ def respond(
|
|
49 |
|
50 |
|
51 |
with gr.Blocks() as demo:
|
52 |
-
gr.HTML(background_html) # Insert the background effect
|
53 |
gr.ChatInterface(
|
54 |
respond,
|
55 |
additional_inputs=[
|
|
|
49 |
|
50 |
|
51 |
with gr.Blocks() as demo:
|
52 |
+
#gr.HTML(background_html) # Insert the background effect
|
53 |
gr.ChatInterface(
|
54 |
respond,
|
55 |
additional_inputs=[
|