Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,6 @@ 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 |
elem_id="chatbot",
|
33 |
bubble_full_width=False,
|
34 |
scale=1,
|