Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -352,7 +352,7 @@ theme ='Taithrah/Minimal'
|
|
352 |
|
353 |
with gr.Blocks(theme=theme) as demo:
|
354 |
chatbot = gr.Chatbot(label="Vitalis", type="messages")
|
355 |
-
msg = gr.Textbox(placeholder="Summon Vitalis...")
|
356 |
user_id = gr.State()
|
357 |
|
358 |
msg.submit(vitalisasi, [msg, chatbot, user_id], [msg, chatbot])
|
|
|
352 |
|
353 |
with gr.Blocks(theme=theme) as demo:
|
354 |
chatbot = gr.Chatbot(label="Vitalis", type="messages")
|
355 |
+
msg = gr.Textbox(placeholder="Summon Vitalis...", label="Transcendence Unleashed: ACC 5.2 Artificial SuperInteligence")
|
356 |
user_id = gr.State()
|
357 |
|
358 |
msg.submit(vitalisasi, [msg, chatbot, user_id], [msg, chatbot])
|