zerostratos commited on
Commit
8d5282f
·
verified ·
1 Parent(s): 4b2d408

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -21,8 +21,8 @@ iface = gr.Interface(
21
  fn=chat_with_model,
22
  inputs="text",
23
  outputs="text",
24
- title="Llama Model Chatbot",
25
- description="Ask the model any question!"
26
  )
27
 
28
  # Launch the interface
 
21
  fn=chat_with_model,
22
  inputs="text",
23
  outputs="text",
24
+ title="QA-medical Chatbot",
25
+ description="Ask the model any medical question !"
26
  )
27
 
28
  # Launch the interface