Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -361,8 +361,7 @@ def vitalisasi(message, history, user_id):
|
|
361 |
|
362 |
return "", history
|
363 |
|
364 |
-
theme ='
|
365 |
-
theme_mode='dark'
|
366 |
|
367 |
with gr.Blocks(theme=theme) as demo:
|
368 |
chatbot = gr.Chatbot(label="🧬Vitalis🧬", type="messages")
|
@@ -372,3 +371,4 @@ with gr.Blocks(theme=theme) as demo:
|
|
372 |
msg.submit(vitalisasi, [msg, chatbot, user_id], [msg, chatbot])
|
373 |
|
374 |
demo.launch()
|
|
|
|
361 |
|
362 |
return "", history
|
363 |
|
364 |
+
theme ='Taithrah/Minimal'
|
|
|
365 |
|
366 |
with gr.Blocks(theme=theme) as demo:
|
367 |
chatbot = gr.Chatbot(label="🧬Vitalis🧬", type="messages")
|
|
|
371 |
msg.submit(vitalisasi, [msg, chatbot, user_id], [msg, chatbot])
|
372 |
|
373 |
demo.launch()
|
374 |
+
|