ehristoforu commited on
Commit
cc6929e
Β·
1 Parent(s): f921e1c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -84,7 +84,7 @@ with gr.Blocks(css='style.css') as demo:
84
  elem_id='duplicate-button')
85
 
86
  with gr.Group():
87
- chatbot = gr.Chatbot(label='Chatbot')
88
  with gr.Row():
89
  textbox = gr.Textbox(
90
  container=False,
 
84
  elem_id='duplicate-button')
85
 
86
  with gr.Group():
87
+ chatbot = gr.Chatbot(label='Playground')
88
  with gr.Row():
89
  textbox = gr.Textbox(
90
  container=False,