georad commited on
Commit
488a274
·
verified ·
1 Parent(s): 830e373

Update pages/type_text.py

Browse files
Files changed (1) hide show
  1. pages/type_text.py +1 -1
pages/type_text.py CHANGED
@@ -172,7 +172,7 @@ 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
- #components.html(scroll_script, height=0, width=0)
176
 
177
  ## Define the Reasoning models
178
  rs_models = {
 
172
  dfALL = pd.concat([dfALL, pd.DataFrame([dictA])], ignore_index=True)
173
 
174
  st.dataframe(data=dfALL, hide_index=True)
175
+ components.html(scroll_script, height=0, width=0)
176
 
177
  ## Define the Reasoning models
178
  rs_models = {