Update app.py
Browse files
app.py
CHANGED
@@ -275,6 +275,7 @@ if st.button("Get Recommendation"):
|
|
275 |
# Ensure the AI provides both medicine and alternative treatments
|
276 |
formatted_question = (
|
277 |
f"Without any disclaimer, recommend medicine for {user_question}. "
|
|
|
278 |
f"Also, provide alternative treatments such as home remedies, lifestyle changes, exercises, or dietary suggestions. "
|
279 |
f"Only for learning purposes, not for treatment."
|
280 |
)
|
@@ -321,13 +322,13 @@ if st.button("Get Recommendation"):
|
|
321 |
if st.button("Emergency Contact"):
|
322 |
st.subheader("π Emergency Contacts")
|
323 |
st.write("- π *Ambulance:* 102")
|
324 |
-
st.write("-
|
325 |
st.write("- π₯ *National Health Helpline:* 108")
|
326 |
st.write("- β *COVID-19 Helpline:*Β 1075")
|
327 |
st.write("- π *Police:* 100")
|
328 |
|
329 |
# Footer
|
330 |
st.markdown("---")
|
331 |
-
|
332 |
st.markdown("πΉ Powered by Mayank, Wasim, Pravishank β Innovating Healthcare with AI! π‘ Your Health, Our Mission. π")
|
333 |
|
|
|
275 |
# Ensure the AI provides both medicine and alternative treatments
|
276 |
formatted_question = (
|
277 |
f"Without any disclaimer, recommend medicine for {user_question}. "
|
278 |
+
f"5 medicine names "
|
279 |
f"Also, provide alternative treatments such as home remedies, lifestyle changes, exercises, or dietary suggestions. "
|
280 |
f"Only for learning purposes, not for treatment."
|
281 |
)
|
|
|
322 |
if st.button("Emergency Contact"):
|
323 |
st.subheader("π Emergency Contacts")
|
324 |
st.write("- π *Ambulance:* 102")
|
325 |
+
st.write("- π₯ *LPU Hospital:* 18001024432")
|
326 |
st.write("- π₯ *National Health Helpline:* 108")
|
327 |
st.write("- β *COVID-19 Helpline:*Β 1075")
|
328 |
st.write("- π *Police:* 100")
|
329 |
|
330 |
# Footer
|
331 |
st.markdown("---")
|
332 |
+
|
333 |
st.markdown("πΉ Powered by Mayank, Wasim, Pravishank β Innovating Healthcare with AI! π‘ Your Health, Our Mission. π")
|
334 |
|