georad commited on
Commit
f2e6aa5
·
verified ·
1 Parent(s): 4c05324

Update pages/type_text.py

Browse files
Files changed (1) hide show
  1. 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:") # Added 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,
 
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,