MayankGupta06 commited on
Commit
1797b44
Β·
verified Β·
1 Parent(s): e8b3c3f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
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("- πŸ”₯ *LPU Hospital:* 18001024432")
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
- st.markdown("πŸ’‘ *This AI provides learning-based medical insights, not actual medical advice.*")
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