georad commited on
Commit
209e779
·
verified ·
1 Parent(s): 90109fd

Update pages/type_text.py

Browse files
Files changed (1) hide show
  1. pages/type_text.py +2 -2
pages/type_text.py CHANGED
@@ -172,8 +172,8 @@ if INTdesc_input and st.button(":blue[Map to SBS codes]", key="run_st_model"): #
172
  dfALL = pd.concat([dfALL, pd.DataFrame([dictA])], ignore_index=True)
173
 
174
  st.dataframe(data=dfALL, hide_index=True)
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 = {
 
172
  dfALL = pd.concat([dfALL, pd.DataFrame([dictA])], ignore_index=True)
173
 
174
  st.dataframe(data=dfALL, hide_index=True)
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 = {