Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -351,7 +351,7 @@ def acc_nyxion_7v(message, history, user_id):
|
|
351 |
|
352 |
return "", history
|
353 |
|
354 |
-
theme ='Taithrah/Minimal
|
355 |
|
356 |
with gr.Blocks(theme=theme) as demo:
|
357 |
chatbot = gr.Chatbot(label="Vitalis", type="messages")
|
|
|
351 |
|
352 |
return "", history
|
353 |
|
354 |
+
theme ='Taithrah/Minimal'
|
355 |
|
356 |
with gr.Blocks(theme=theme) as demo:
|
357 |
chatbot = gr.Chatbot(label="Vitalis", type="messages")
|