davidfearne commited on
Commit
7f64746
·
1 Parent(s): b59e023

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -19,7 +19,9 @@ def generate_response(user,prompt):
19
 
20
  #Creating the chatbot interface
21
  st.title("AI Clinical Expert")
22
- st.caption("AI Clinical Expert that asks questions and makes clinical diagnoses is a powerful tool that combines natural language understanding, medical knowledge, and machine learning to assist healthcare professionals in providing accurate and efficient diagnoses and treatment recommendations for patients. It streamlines the diagnostic process, enhances clinical decision-making, and improves patient outcomes while maintaining a strong emphasis on data privacy and collaboration with human experts.")
 
 
23
  col1, col2 = st.columns(2)
24
  # Storing the chat
25
 
 
19
 
20
  #Creating the chatbot interface
21
  st.title("AI Clinical Expert")
22
+ st.caption("The AI Clinical Expert is a clinical triaging tool designed to ask questions that help assist a clinical diagnosis.")
23
+ st.caption("To use the system, talk naturally with it about symptoms of a specific disease or just see where you go. To get clinical symptoms try googling a diseases symptoms. Once you have answered a number of questions between 3 – 5 type 'done' and send it to have the system diagnose your condition. This can take up to 60 seconds due to the high cognitive load on this operation.")
24
+ st.caption("This system is purely for scientific inquiry and should not be used for diagnosing or treating health problems, or for prescribing any medication or other treatment. Always seek the advice of your physician or other qualified health provider with any questions you may have regarding a medical condition. Never disregard professional medical advice or delay in seeking it because of something you have read or interpreted from the software.")
25
  col1, col2 = st.columns(2)
26
  # Storing the chat
27