Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -119,7 +119,7 @@ with gr.Blocks(theme='Tonic/synthvibe') as demo:
|
|
119 |
|
120 |
with gr.Row():
|
121 |
with gr.Column(scale=2):
|
122 |
-
chatbot = gr.Chatbot([("Welcome to
|
123 |
chat_btn = gr.Button("Add messages")
|
124 |
|
125 |
def chat(history):
|
|
|
119 |
|
120 |
with gr.Row():
|
121 |
with gr.Column(scale=2):
|
122 |
+
chatbot = gr.Chatbot([("Welcome to synthvibe template", "I should check out darkmode!")], label="Chatbot")
|
123 |
chat_btn = gr.Button("Add messages")
|
124 |
|
125 |
def chat(history):
|