Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -756,7 +756,7 @@ def respond(message, history):
|
|
| 756 |
|
| 757 |
return "", history
|
| 758 |
|
| 759 |
-
with gr.Blocks(
|
| 760 |
gr.HTML("""...""")
|
| 761 |
|
| 762 |
chat = gr.Chatbot(height=420, type="messages")
|
|
|
|
| 756 |
|
| 757 |
return "", history
|
| 758 |
|
| 759 |
+
with gr.Blocks() as demo:
|
| 760 |
gr.HTML("""...""")
|
| 761 |
|
| 762 |
chat = gr.Chatbot(height=420, type="messages")
|