Spaces:
Running
Running
Remove placeholder image
Browse files
app.py
CHANGED
|
@@ -111,7 +111,6 @@ def run():
|
|
| 111 |
elem_id="chatbot",
|
| 112 |
scale=1,
|
| 113 |
show_copy_button=True,
|
| 114 |
-
placeholder=PLACEHOLDER,
|
| 115 |
layout="panel",
|
| 116 |
)
|
| 117 |
with gr.Blocks(fill_height=True) as demo:
|
|
|
|
| 111 |
elem_id="chatbot",
|
| 112 |
scale=1,
|
| 113 |
show_copy_button=True,
|
|
|
|
| 114 |
layout="panel",
|
| 115 |
)
|
| 116 |
with gr.Blocks(fill_height=True) as demo:
|