Update pages/type_text.py
Browse files- pages/type_text.py +3 -1
pages/type_text.py
CHANGED
@@ -207,7 +207,9 @@ if INTdesc_input and st.button(":blue[Map to SBS codes]", key="run_st_model"): #
|
|
207 |
{"role": "system", "content": "You are a knowledgable AI assistant who always answers truthfully and precisely!"},
|
208 |
{"role": "user", "content": prompt},
|
209 |
]
|
210 |
-
#
|
|
|
|
|
211 |
st.write("") # Add some space before the Reasoning Model output
|
212 |
st.subheader("Reasoning Model Output:") # Added a subheader for clarity
|
213 |
with st.spinner("Running Reasoning Model..."): # Added spinner for Reasoning model
|
|
|
207 |
{"role": "system", "content": "You are a knowledgable AI assistant who always answers truthfully and precisely!"},
|
208 |
{"role": "user", "content": prompt},
|
209 |
]
|
210 |
+
# Remove status_text and spinner below 2 lines as the pipeline call might handle its own
|
211 |
+
#status_text = st.empty()
|
212 |
+
st.warning("It may take several minutes for Reasoning Model to analyze above 5 options and output results below")
|
213 |
st.write("") # Add some space before the Reasoning Model output
|
214 |
st.subheader("Reasoning Model Output:") # Added a subheader for clarity
|
215 |
with st.spinner("Running Reasoning Model..."): # Added spinner for Reasoning model
|