Update pages/type_text.py
Browse files- pages/type_text.py +2 -2
pages/type_text.py
CHANGED
@@ -211,8 +211,8 @@ if INTdesc_input and st.button(":blue[Map to SBS codes]", key="run_st_model"): #
|
|
211 |
{"role": "user", "content": prompt},
|
212 |
]
|
213 |
|
214 |
-
st.write("") # optional Add some space before the Reasoning Model output
|
215 |
-
st.subheader("Reasoning Model Output:") #
|
216 |
with st.spinner("Running Reasoning Model... may take several minutes, grab a :coffee:"): # Added spinner for Reasoning model
|
217 |
outputs = pipe(
|
218 |
messages,
|
|
|
211 |
{"role": "user", "content": prompt},
|
212 |
]
|
213 |
|
214 |
+
#st.write("") # optional Add some space before the Reasoning Model output
|
215 |
+
st.subheader("Reasoning Model Output:") # optional Add a subheader for clarity
|
216 |
with st.spinner("Running Reasoning Model... may take several minutes, grab a :coffee:"): # Added spinner for Reasoning model
|
217 |
outputs = pipe(
|
218 |
messages,
|