Update pages/type_text.py
Browse files- pages/type_text.py +2 -1
pages/type_text.py
CHANGED
@@ -205,7 +205,8 @@ if INTdesc_input is not None and st.button("Map to SBS codes", key="run_st_model
|
|
205 |
]
|
206 |
|
207 |
status_text = st.empty()
|
208 |
-
status_text.warning("It may take several minutes for Reasoning Model to analyze above 5 options and output results below
|
|
|
209 |
#runningToggle(True)
|
210 |
|
211 |
|
|
|
205 |
]
|
206 |
|
207 |
status_text = st.empty()
|
208 |
+
status_text.warning("It may take several minutes for Reasoning Model to analyze above 5 options and output results below")
|
209 |
+
st.write("")
|
210 |
#runningToggle(True)
|
211 |
|
212 |
|