hmb HF staff commited on
Commit
db01a78
·
verified ·
1 Parent(s): 0022a6b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ def respond(history):
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,
 
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,