Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -1466,7 +1466,7 @@ body {
|
|
1466 |
background-color: rgba(0, 200, 255, 1);
|
1467 |
}
|
1468 |
"""
|
1469 |
-
|
1470 |
fn=respond,
|
1471 |
type="messages",
|
1472 |
chatbot=gr.Chatbot(
|
|
|
1466 |
background-color: rgba(0, 200, 255, 1);
|
1467 |
}
|
1468 |
"""
|
1469 |
+
demo = gr.ChatInterface(
|
1470 |
fn=respond,
|
1471 |
type="messages",
|
1472 |
chatbot=gr.Chatbot(
|