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

Update pages/home.py

Browse files
Files changed (1) hide show
  1. pages/home.py +1 -1
pages/home.py CHANGED
@@ -7,7 +7,7 @@ st.title("📘Named Entity Recognition")
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
 
 
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