Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -1466,16 +1466,17 @@ body {
|
|
1466 |
background-color: rgba(0, 200, 255, 1);
|
1467 |
}
|
1468 |
"""
|
1469 |
-
|
1470 |
-
|
1471 |
-
|
1472 |
-
|
1473 |
-
|
1474 |
-
|
1475 |
-
|
1476 |
-
|
|
|
|
|
1477 |
theme="TejAndrewsACC/zetaofficalthemeacc",
|
1478 |
-
css=css
|
1479 |
)
|
1480 |
|
1481 |
if __name__ == "__main__":
|
|
|
1466 |
background-color: rgba(0, 200, 255, 1);
|
1467 |
}
|
1468 |
"""
|
1469 |
+
demo = gr.ChatInterface(
|
1470 |
+
fn=respond,
|
1471 |
+
type="messages",
|
1472 |
+
chatbot=gr.Chatbot(
|
1473 |
+
type="messages",
|
1474 |
+
label="💤Z3ta💤",
|
1475 |
+
show_copy_button=True,
|
1476 |
+
group_consecutive_messages=False,
|
1477 |
+
show_copy_all_button=True
|
1478 |
+
),
|
1479 |
theme="TejAndrewsACC/zetaofficalthemeacc",
|
|
|
1480 |
)
|
1481 |
|
1482 |
if __name__ == "__main__":
|