TejAndrewsACC commited on
Commit
84f8a53
·
verified ·
1 Parent(s): 805c61b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -361,7 +361,8 @@ def vitalisasi(message, history, user_id):
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")
 
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")