Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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:
|