Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
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])
|