Tonic commited on
Commit
512a1b4
1 Parent(s): a110eb3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -119,7 +119,7 @@ with gr.Blocks(theme='Tonic/indiansummer') as demo:
119
 
120
  with gr.Row():
121
  with gr.Column(scale=2):
122
- chatbot = gr.Chatbot([("Welcome to indiansummer template", "I should check out darkmode!")], label="Chatbot")
123
  chat_btn = gr.Button("Add messages")
124
 
125
  def chat(history):
@@ -142,4 +142,4 @@ with gr.Blocks(theme='Tonic/indiansummer') as demo:
142
 
143
 
144
  if __name__ == "__main__":
145
- demo.queue().launch()
 
119
 
120
  with gr.Row():
121
  with gr.Column(scale=2):
122
+ chatbot = gr.Chatbot([("Welcome to greenblast template", "I should check out darkmode!")], label="Chatbot")
123
  chat_btn = gr.Button("Add messages")
124
 
125
  def chat(history):
 
142
 
143
 
144
  if __name__ == "__main__":
145
+ demo.queue().launch()