Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -37,10 +37,7 @@ def chatbot_response(question):
|
|
37 |
"\n\n"
|
38 |
"Symptoms: In addition to fever, cough, and loss of taste or smell, some people may experience shortness of breath, body aches, headaches, sore throat, and gastrointestinal symptoms such as diarrhea. "
|
39 |
"Symptoms typically appear 2-14 days after exposure. The severity of symptoms can range from mild or asymptomatic cases to severe illness requiring hospitalization or ventilator support."
|
40 |
-
"\n\n"
|
41 |
-
|
42 |
-
|
43 |
-
)
|
44 |
return answer_question(context, question)
|
45 |
|
46 |
iface = gr.Interface(fn=chatbot_response, inputs="text", outputs="text", title="Medical Chatbot")
|
|
|
37 |
"\n\n"
|
38 |
"Symptoms: In addition to fever, cough, and loss of taste or smell, some people may experience shortness of breath, body aches, headaches, sore throat, and gastrointestinal symptoms such as diarrhea. "
|
39 |
"Symptoms typically appear 2-14 days after exposure. The severity of symptoms can range from mild or asymptomatic cases to severe illness requiring hospitalization or ventilator support."
|
40 |
+
"\n\n")
|
|
|
|
|
|
|
41 |
return answer_question(context, question)
|
42 |
|
43 |
iface = gr.Interface(fn=chatbot_response, inputs="text", outputs="text", title="Medical Chatbot")
|