Poonawala commited on
Commit
fe43751
·
verified ·
1 Parent(s): c7f21fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -109,13 +109,13 @@ with st.sidebar:
109
  col1, col2, col3 = st.columns([1, 2, 1])
110
 
111
  with col2:
112
- st.markdown("<h1 style='text-align: center;'>Disease Analysis GPT</h1>", unsafe_allow_html=True)
113
- st.markdown("<h3 style='text-align: center;'>What do you want to know?</h3>", unsafe_allow_html=True)
114
 
115
  # Model selection (now including Document Analysis)
116
  model_selection = st.selectbox(
117
  "Select a model",
118
- options=["Disease Analysis", "Document Analysis"],
119
  index=0
120
  )
121
 
 
109
  col1, col2, col3 = st.columns([1, 2, 1])
110
 
111
  with col2:
112
+ st.markdown("<h1 style='text-align: center;'>Poonawala Dermatologist</h1>", unsafe_allow_html=True)
113
+ st.markdown("<h3 style='text-align: center;'>How can I help you?</h3>", unsafe_allow_html=True)
114
 
115
  # Model selection (now including Document Analysis)
116
  model_selection = st.selectbox(
117
  "Select a model",
118
+ options=["Chatgpt", "llama"],
119
  index=0
120
  )
121