georad commited on
Commit
6e755b8
·
verified ·
1 Parent(s): abd1079

Update pages/type_text.py

Browse files
Files changed (1) hide show
  1. pages/type_text.py +2 -2
pages/type_text.py CHANGED
@@ -268,7 +268,7 @@ if INTdesc_input is not None and st.button(":blue[Map to SBS codes]", key="run_s
268
 
269
  st.dataframe(data=dfALL, hide_index=True)
270
  scrollToBottom()
271
- auto_scroll_to_bottom()
272
 
273
  display_format = "ask REASONING MODEL: Which, if any, of the following SBS descriptions corresponds best to " + INTdesc_input +"? "
274
  #st.write(display_format)
@@ -293,7 +293,7 @@ if INTdesc_input is not None and st.button(":blue[Map to SBS codes]", key="run_s
293
  )
294
  st.write(outputs[0]["generated_text"][-1]["content"])
295
  scrollToBottom()
296
- auto_scroll_to_bottom()
297
 
298
  bs, b1, b2, b3, bLast = st.columns([0.75, 1.5, 1.5, 1.5, 0.75])
299
  with b1:
 
268
 
269
  st.dataframe(data=dfALL, hide_index=True)
270
  scrollToBottom()
271
+ #auto_scroll_to_bottom()
272
 
273
  display_format = "ask REASONING MODEL: Which, if any, of the following SBS descriptions corresponds best to " + INTdesc_input +"? "
274
  #st.write(display_format)
 
293
  )
294
  st.write(outputs[0]["generated_text"][-1]["content"])
295
  scrollToBottom()
296
+ #auto_scroll_to_bottom()
297
 
298
  bs, b1, b2, b3, bLast = st.columns([0.75, 1.5, 1.5, 1.5, 0.75])
299
  with b1: