hmb HF Staff commited on
Commit
0022a6b
·
verified ·
1 Parent(s): bd76bb7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -29,6 +29,7 @@ def respond(history):
29
 
30
  with gr.Blocks(fill_height=True) as demo:
31
  chatbot = gr.Chatbot(
 
32
  elem_id="chatbot",
33
  bubble_full_width=False,
34
  scale=1,
 
29
 
30
  with gr.Blocks(fill_height=True) as demo:
31
  chatbot = gr.Chatbot(
32
+ placeholder="Explore our examples"
33
  elem_id="chatbot",
34
  bubble_full_width=False,
35
  scale=1,