Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -44,9 +44,8 @@ interface = gr.Interface(
|
|
44 |
fn=chat,
|
45 |
inputs=gr.Chatbot(),
|
46 |
outputs=gr.Chatbot(),
|
47 |
-
title="Z3ta
|
48 |
-
description="Chat with Z3ta
|
49 |
-
theme="compact"
|
50 |
)
|
51 |
|
52 |
# Launch the chatbot
|
|
|
44 |
fn=chat,
|
45 |
inputs=gr.Chatbot(),
|
46 |
outputs=gr.Chatbot(),
|
47 |
+
title="Z3ta",
|
48 |
+
description="Chat with Z3ta by the ACC"
|
|
|
49 |
)
|
50 |
|
51 |
# Launch the chatbot
|