Update pages/type_text.py
Browse files- pages/type_text.py +2 -2
pages/type_text.py
CHANGED
@@ -219,10 +219,10 @@ if INTdesc_input is not None and st.button("Map to SBS codes", key="run_st_model
|
|
219 |
progress_bar = st.progress(0)
|
220 |
status_text = st.empty()
|
221 |
for pct_complete in range(1,101):
|
222 |
-
time.sleep(
|
223 |
progress_bar.progress(pct_complete)
|
224 |
status_text.write("Progress: {}/100".format(pct_complete))
|
225 |
-
status_text.write("Please wait some time for Reasoning Model to output results")
|
226 |
#progress_bar.empty()
|
227 |
|
228 |
outputs = pipe(
|
|
|
219 |
progress_bar = st.progress(0)
|
220 |
status_text = st.empty()
|
221 |
for pct_complete in range(1,101):
|
222 |
+
time.sleep(1.5)
|
223 |
progress_bar.progress(pct_complete)
|
224 |
status_text.write("Progress: {}/100".format(pct_complete))
|
225 |
+
status_text.write("Please wait some time for Reasoning Model to analyze above 5 options and output the results")
|
226 |
#progress_bar.empty()
|
227 |
|
228 |
outputs = pipe(
|