georad commited on
Commit
c7ec663
·
verified ·
1 Parent(s): 98593db

Update pages/home.py

Browse files
Files changed (1) hide show
  1. pages/home.py +2 -2
pages/home.py CHANGED
@@ -6,8 +6,8 @@ st.title("📘Named Entity Recognition")
6
 
7
  def scroll_to_bottom():
8
  st.write('REACHED BOTTOM OF PAGE!')
9
- button('scroll_to_bottom', 'Ctrl+End', scroll_to_bottom)
10
- #add_keyboard_shortcuts({'Ctrl+End': 'scroll_to_bottom',})
11
 
12
  st.header("Tags the below 41 medical entities")
13
 
 
6
 
7
  def scroll_to_bottom():
8
  st.write('REACHED BOTTOM OF PAGE!')
9
+ #button('scroll_to_bottom', 'Ctrl+End', scroll_to_bottom)
10
+ add_keyboard_shortcuts({'Ctrl+End': 'scroll_to_end',})
11
 
12
  st.header("Tags the below 41 medical entities")
13