Tonic commited on
Commit
5dbaa77
1 Parent(s): a0d0bc8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 cybermints template", "I should check out darkmode!")], label="Chatbot")
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):