Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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?"],["
|
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 |
|