YingxuHe commited on
Commit
c4e3ff4
·
1 Parent(s): 317f842
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -83,7 +83,7 @@ title = """
83
  with gr.Blocks() as demo:
84
  gr.HTML(title)
85
 
86
- chatbot = gr.Chatbot().style(height=300)
87
  with gr.Row():
88
  with gr.Column(scale=4):
89
  user_input = gr.Textbox(show_label=False, placeholder="Input...", lines=8)
 
83
  with gr.Blocks() as demo:
84
  gr.HTML(title)
85
 
86
+ chatbot = gr.Chatbot(height=300, label="Check this out!")
87
  with gr.Row():
88
  with gr.Column(scale=4):
89
  user_input = gr.Textbox(show_label=False, placeholder="Input...", lines=8)