PBThuong96 commited on
Commit
eb6bbb0
·
verified ·
1 Parent(s): f0f8ede

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -277,10 +277,7 @@ def chat(message, history):
277
  # ==========================================
278
  demo = gr.ChatInterface(
279
  fn=chat,
280
- title="🏥 DeepMed AI Pro - Trợ lý Y khoa Đa tài liệu",
281
- description="Hỗ trợ PDF, DOCX, TXT, XLSX. Có khả năng nhớ ngữ cảnh hội thoại.",
282
- theme="soft",
283
- examples=["Bệnh cúm mùa là gì?", "Triệu chứng ra sao?", "Cách điều trị?"],
284
  )
285
 
286
  if __name__ == "__main__":
 
277
  # ==========================================
278
  demo = gr.ChatInterface(
279
  fn=chat,
280
+ title="🏥 DeepMed AI Pro - Trợ lý Y khoa Đa tài liệu",
 
 
 
281
  )
282
 
283
  if __name__ == "__main__":