georad commited on
Commit
8886e36
·
verified ·
1 Parent(s): b52549c

Update pages/home.py

Browse files
Files changed (1) hide show
  1. pages/home.py +3 -3
pages/home.py CHANGED
@@ -8,9 +8,9 @@ st.title("📘Named Entity Recognition")
8
  # st.write('Reached Bottom of page!')
9
  #button('Scroll_to_Bottom', 'Ctrl+End', scroll_to_bottom)
10
 
11
- add_keyboard_shortcuts({'Ctrl+End': 'Scroll to End',})
12
- if st.button("Scroll to End"):
13
- st.success("Reached End of page! (You can also press Ctrl+End)")
14
 
15
  st.header("Tags the below 41 medical entities")
16
 
 
8
  # st.write('Reached Bottom of page!')
9
  #button('Scroll_to_Bottom', 'Ctrl+End', scroll_to_bottom)
10
 
11
+ #add_keyboard_shortcuts({'Ctrl+End': 'Scroll to End',})
12
+ #if st.button("Scroll to End"):
13
+ # st.success("Reached End of page! (You can also press Ctrl+End)")
14
 
15
  st.header("Tags the below 41 medical entities")
16