NavyDevilDoc commited on
Commit
1a8ac84
·
verified ·
1 Parent(s): b62f4f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -200,7 +200,7 @@ if query:
200
  # The "Deep Dive" Selector
201
  analysis_mode = st.selectbox(
202
  "Select Analysis Type:",
203
- ["Executive Summary", "Action Plan", "Risk Assessment", "Socratic Review"]
204
  )
205
 
206
  with col2:
 
200
  # The "Deep Dive" Selector
201
  analysis_mode = st.selectbox(
202
  "Select Analysis Type:",
203
+ ["Executive Summary", "Action Plan", "Risk Assessment", "Socratic Review", "Instructor Mode"]
204
  )
205
 
206
  with col2: