Update pages/type_text.py
Browse files- pages/type_text.py +1 -1
pages/type_text.py
CHANGED
@@ -175,6 +175,7 @@ if INTdesc_input and st.button(":blue[Map to SBS codes]", key="run_st_model"): #
|
|
175 |
#st.markdown('<div id="bottom"></div>', unsafe_allow_html=True)
|
176 |
#components.html(scroll_script, height=0, width=0)
|
177 |
|
|
|
178 |
## Define the Reasoning models
|
179 |
rs_models = {
|
180 |
'(medium speed) original model for general domain: meta-llama/Llama-3.2-1B-Instruct': 'meta-llama/Llama-3.2-1B-Instruct',
|
@@ -212,7 +213,6 @@ if INTdesc_input and st.button(":blue[Map to SBS codes]", key="run_st_model"): #
|
|
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,
|
|
|
175 |
#st.markdown('<div id="bottom"></div>', unsafe_allow_html=True)
|
176 |
#components.html(scroll_script, height=0, width=0)
|
177 |
|
178 |
+
st.subheader("Reasoning Model Output:") # optional Add a subheader for clarity
|
179 |
## Define the Reasoning models
|
180 |
rs_models = {
|
181 |
'(medium speed) original model for general domain: meta-llama/Llama-3.2-1B-Instruct': 'meta-llama/Llama-3.2-1B-Instruct',
|
|
|
213 |
]
|
214 |
|
215 |
#st.write("") # optional Add some space before the 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,
|