mou3az commited on
Commit
860d770
1 Parent(s): 4b5b051

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 message]. To discuss the chart: type your message.", scale=10, container=False)
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])