Update app.py
Browse files
app.py
CHANGED
@@ -449,7 +449,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
449 |
)
|
450 |
|
451 |
with gr.Row():
|
452 |
-
msg = gr.Textbox(show_label=False, placeholder="To generate chart: #chart [your
|
453 |
submit = gr.Button("➡️Send", scale=1)
|
454 |
|
455 |
clear = gr.ClearButton([msg, chatbot])
|
|
|
449 |
)
|
450 |
|
451 |
with gr.Row():
|
452 |
+
msg = gr.Textbox(show_label=False, placeholder="To generate a chart: type #chart [your chart description ]. To discuss the chart: type your message directly...", scale=10, container=False)
|
453 |
submit = gr.Button("➡️Send", scale=1)
|
454 |
|
455 |
clear = gr.ClearButton([msg, chatbot])
|