isurulkh commited on
Commit
060b6c4
1 Parent(s): 4bd1a04

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -33,10 +33,10 @@ if st.button("Get Symptoms for a disease"):
33
  st.write(decoded_output)
34
 
35
  st.markdown("---")
36
- st.info("Disclaimer: This chatbot is not a substitute for professional medical advice. Always consult with a healthcare provider for diagnosis and treatment.")
37
 
38
  st.sidebar.header("About")
39
- st.sidebar.write("This chatbot is powered by a GPT-2 language model trained on medical text data. It aims to provide general information and advice, but it should not be relied upon for diagnosis or treatment.")
40
 
41
  st.sidebar.header("Feedback")
42
  st.sidebar.text_area("Please share any feedback or suggestions:")
 
33
  st.write(decoded_output)
34
 
35
  st.markdown("---")
36
+ st.info("Disclaimer: This is a Text Project for Small LLM.")
37
 
38
  st.sidebar.header("About")
39
+ st.sidebar.write("This chatbot is powered by a GPT-2 language model trained on medical text data. This is a Text Project It aims to provide general information and Symptoms, but it should not be relied upon for diagnosis")
40
 
41
  st.sidebar.header("Feedback")
42
  st.sidebar.text_area("Please share any feedback or suggestions:")