Update pages/home.py
Browse files- 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 |
-
button('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', 'Ctrl+End', scroll_to_bottom)
|
| 10 |
add_keyboard_shortcuts({'Ctrl+End': 'scroll_to_bottom',})
|
| 11 |
|
| 12 |
st.header("Tags the below 41 medical entities")
|