bryanmildort commited on
Commit
8aac452
1 Parent(s): 5ec9051

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ st.markdown("<h1 style='text-align: center; color: #489DDB;'>GPT Clinical Notes
21
  st.markdown("<h6 style='text-align: center; color: #489DDB;'>by Bryan Mildort</h1>", unsafe_allow_html=True)
22
 
23
  st.sidebar.markdown("<h1 style='text-align: center; color: #489DDB;'>GPT Clinical Notes Summarizer 0.1v</h1>", unsafe_allow_html=True)
24
- st.sidebar.markdown("<h6 style='text-align: center; color: #489DDB;'>The model for this application was created with generous support of the Google TPU Research Cloud (TRC). This demo is for investigative research purposes only. The model is assumed to have several limiations and biases, so please oversee responses with human moderation. It is not intended for production ready enterprises and is displayed to illustrate the capabilities of Large Language Models for healthcare research.</h1>", unsafe_allow_html=True)
25
  tower = Image.open('howard_social.png')
26
  seal = Image.open('Howard_University_seal.svg.png')
27
  st.sidebar.image(tower)
 
21
  st.markdown("<h6 style='text-align: center; color: #489DDB;'>by Bryan Mildort</h1>", unsafe_allow_html=True)
22
 
23
  st.sidebar.markdown("<h1 style='text-align: center; color: #489DDB;'>GPT Clinical Notes Summarizer 0.1v</h1>", unsafe_allow_html=True)
24
+ st.sidebar.markdown("<h6 style='text-align: center; color: #489DDB;'>The model for this application was created with the generous support of the Google TPU Research Cloud (TRC). This demo is for investigative research purposes only. The model is assumed to have several limiations and biases, so please oversee responses with human moderation. It is not intended for production ready enterprises and is displayed to illustrate the capabilities of Large Language Models for health care research.</h1>", unsafe_allow_html=True)
25
  tower = Image.open('howard_social.png')
26
  seal = Image.open('Howard_University_seal.svg.png')
27
  st.sidebar.image(tower)