Azhs commited on
Commit
9c93eb5
1 Parent(s): 6db3d70

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -318,7 +318,7 @@ with gr.Blocks(theme=theme, css=css) as demo: # Suppression de 'css=css' si 'cs
318
  </div>
319
  """)
320
  with gr.Column(elem_id="chat-interface"):
321
- chat = gr.Chatbot(elem_id="chat-messages", show_label=False, avatar_images=[user_profile_image,bot_profile_image],value=[["","Ask anything about medicine / scientific research !"]])
322
  with gr.Row(elem_id="suggestions"):
323
  sugg1 = gr.Button(suggestion[0], elem_classes="suggestion-btn").click(
324
  suggestion1, inputs=[chat], outputs=[chat]
 
318
  </div>
319
  """)
320
  with gr.Column(elem_id="chat-interface"):
321
+ chat = gr.Chatbot(elem_id="chat-messages", show_label=False, avatar_images=[user_profile_image,bot_profile_image],value=[[None,"Ask anything about medicine / scientific research !"]])
322
  with gr.Row(elem_id="suggestions"):
323
  sugg1 = gr.Button(suggestion[0], elem_classes="suggestion-btn").click(
324
  suggestion1, inputs=[chat], outputs=[chat]