Update pages/type_text.py
Browse files- pages/type_text.py +0 -2
pages/type_text.py
CHANGED
@@ -291,7 +291,6 @@ if INTdesc_input is not None and st.button(":blue[Map to SBS codes]", key="run_s
|
|
291 |
add_keyboard_shortcuts({'Ctrl+End': 'Map to SBS codes',})
|
292 |
#scrollToBottom()
|
293 |
#auto_scroll_to_bottom()
|
294 |
-
button("Scroll to Bottom", "ctrl+end", on_click=click_button)
|
295 |
|
296 |
display_format = "ask REASONING MODEL: Which, if any, of the following SBS descriptions corresponds best to " + INTdesc_input +"? "
|
297 |
#st.write(display_format)
|
@@ -315,7 +314,6 @@ if INTdesc_input is not None and st.button(":blue[Map to SBS codes]", key="run_s
|
|
315 |
max_new_tokens=256,
|
316 |
)
|
317 |
st.write(outputs[0]["generated_text"][-1]["content"])
|
318 |
-
#add_keyboard_shortcuts({'Ctrl+End': 'Map to SBS codes',})
|
319 |
#scrollToBottom()
|
320 |
#auto_scroll_to_bottom()
|
321 |
|
|
|
291 |
add_keyboard_shortcuts({'Ctrl+End': 'Map to SBS codes',})
|
292 |
#scrollToBottom()
|
293 |
#auto_scroll_to_bottom()
|
|
|
294 |
|
295 |
display_format = "ask REASONING MODEL: Which, if any, of the following SBS descriptions corresponds best to " + INTdesc_input +"? "
|
296 |
#st.write(display_format)
|
|
|
314 |
max_new_tokens=256,
|
315 |
)
|
316 |
st.write(outputs[0]["generated_text"][-1]["content"])
|
|
|
317 |
#scrollToBottom()
|
318 |
#auto_scroll_to_bottom()
|
319 |
|