sandeep-huggingface commited on
Commit
82b7d29
Β·
verified Β·
1 Parent(s): 0bdd08d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -855,7 +855,8 @@ def demo():
855
  height=505,
856
  show_label=False,
857
  elem_id="chatbot",
858
- placeholder="Your conversation will appear here after initializing the system..."
 
859
  )
860
 
861
  with gr.Accordion("πŸ“‹ Source References", open=False):
 
855
  height=505,
856
  show_label=False,
857
  elem_id="chatbot",
858
+ placeholder="Your conversation will appear here after initializing the system...",
859
+ type="messages"
860
  )
861
 
862
  with gr.Accordion("πŸ“‹ Source References", open=False):