Ashraf commited on
Commit
594dc2e
·
verified ·
1 Parent(s): c10c040

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -104,7 +104,7 @@ iface = gr.Interface(fn=ask, inputs=gr.Textbox(
104
  examples=[["How are mRNA vaccines being used for cancer treatment?"],
105
  ["Suggest me some Case Studies related to Pneumonia."],
106
  ["Tell me about HIV AIDS."],["Suggest some case studies related to Auto Immune Disorders."],
107
- ["How to treat a COVID infected Patient?"],["Tal about Covid 19?"]],
108
  theme=gr.themes.Soft(),
109
  allow_flagging="never",)
110
 
 
104
  examples=[["How are mRNA vaccines being used for cancer treatment?"],
105
  ["Suggest me some Case Studies related to Pneumonia."],
106
  ["Tell me about HIV AIDS."],["Suggest some case studies related to Auto Immune Disorders."],
107
+ ["How to treat a COVID infected Patient?"],["Talk about Covid 19?"]],
108
  theme=gr.themes.Soft(),
109
  allow_flagging="never",)
110