Clement Vachet commited on
Commit
f596912
·
1 Parent(s): fc22502

Update default textbox message

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -283,7 +283,7 @@ def demo():
283
  doc_source3 = gr.Textbox(label="Reference 3", lines=2, container=True, scale=20)
284
  source3_page = gr.Number(label="Page", scale=1)
285
  with gr.Row():
286
- msg = gr.Textbox(placeholder="Type message (e.g. 'What is this document about?')", container=True)
287
  with gr.Row():
288
  submit_btn = gr.Button("Submit message")
289
  clear_btn = gr.ClearButton(components=[msg, chatbot], value="Clear conversation")
 
283
  doc_source3 = gr.Textbox(label="Reference 3", lines=2, container=True, scale=20)
284
  source3_page = gr.Number(label="Page", scale=1)
285
  with gr.Row():
286
+ msg = gr.Textbox(placeholder="Type message (e.g. 'Can you summarize this document in one paragraph?')", container=True)
287
  with gr.Row():
288
  submit_btn = gr.Button("Submit message")
289
  clear_btn = gr.ClearButton(components=[msg, chatbot], value="Clear conversation")