georad commited on
Commit
48a277b
·
verified ·
1 Parent(s): 7c1dbeb

Update pages/type_text.py

Browse files
Files changed (1) hide show
  1. 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