Update pages/home.py
Browse files- 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 |
-
|
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 |
|