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

Update app.py

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