georad commited on
Commit
cc36870
·
verified ·
1 Parent(s): 2f98b40

Update pages/home.py

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