Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1468,8 +1468,7 @@ body {
|
|
1468 |
"""
|
1469 |
demo = gr.ChatInterface(
|
1470 |
fn=respond,
|
1471 |
-
|
1472 |
-
theme="TejAndrewsACC/zetaofficalthemeacc",
|
1473 |
)
|
1474 |
|
1475 |
if __name__ == "__main__":
|
|
|
1468 |
"""
|
1469 |
demo = gr.ChatInterface(
|
1470 |
fn=respond,
|
1471 |
+
theme="TejAndrewsACC/zetaofficalthemeacc"
|
|
|
1472 |
)
|
1473 |
|
1474 |
if __name__ == "__main__":
|