Spaces:
Sleeping
Sleeping
Commit ·
ff6fd96
1
Parent(s): b2a61ae
Update app.py
Browse files
app.py
CHANGED
|
@@ -89,7 +89,7 @@ with gr.Blocks(css='style.css') as demo:
|
|
| 89 |
textbox = gr.Textbox(
|
| 90 |
container=False,
|
| 91 |
show_label=False,
|
| 92 |
-
placeholder='Hi,
|
| 93 |
scale=10,
|
| 94 |
)
|
| 95 |
submit_button = gr.Button('Submit',
|
|
|
|
| 89 |
textbox = gr.Textbox(
|
| 90 |
container=False,
|
| 91 |
show_label=False,
|
| 92 |
+
placeholder='Hi, Mistral!',
|
| 93 |
scale=10,
|
| 94 |
)
|
| 95 |
submit_button = gr.Button('Submit',
|