Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -361,7 +361,8 @@ def vitalisasi(message, history, user_id):
|
|
361 |
|
362 |
return "", history
|
363 |
|
364 |
-
theme ='
|
|
|
365 |
|
366 |
with gr.Blocks(theme=theme) as demo:
|
367 |
chatbot = gr.Chatbot(label="🧬Vitalis🧬", type="messages")
|
|
|
361 |
|
362 |
return "", history
|
363 |
|
364 |
+
theme ='TejAndrewsACC/Vitalis'
|
365 |
+
theme_mode='dark'
|
366 |
|
367 |
with gr.Blocks(theme=theme) as demo:
|
368 |
chatbot = gr.Chatbot(label="🧬Vitalis🧬", type="messages")
|