TejAndrewsACC commited on
Commit
805c61b
·
verified ·
1 Parent(s): 9760c88

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -364,8 +364,8 @@ def vitalisasi(message, history, user_id):
364
  theme ='Taithrah/Minimal'
365
 
366
  with gr.Blocks(theme=theme) as demo:
367
- chatbot = gr.Chatbot(label="Vitalis", type="messages")
368
- msg = gr.Textbox(placeholder="Summon Vitalis...", label="Transcendence Unleashed: ACC 5.2 Artificial SuperInteligence")
369
  user_id = gr.State()
370
 
371
  msg.submit(vitalisasi, [msg, chatbot, user_id], [msg, chatbot])
 
364
  theme ='Taithrah/Minimal'
365
 
366
  with gr.Blocks(theme=theme) as demo:
367
+ chatbot = gr.Chatbot(label="🧬Vitalis🧬", type="messages")
368
+ msg = gr.Textbox(placeholder="⚕️Summon Vitalis⚕️...", label="👾Transcendence Unleashed: ACC 5.2 Artificial SuperInteligence👾")
369
  user_id = gr.State()
370
 
371
  msg.submit(vitalisasi, [msg, chatbot, user_id], [msg, chatbot])