Update pages/home.py
Browse files- pages/home.py +0 -3
pages/home.py
CHANGED
@@ -1,8 +1,5 @@
|
|
1 |
-
|
2 |
import streamlit as st
|
3 |
import streamlit.components.v1 as components
|
4 |
-
from streamlit_shortcuts import button, add_keyboard_shortcuts # Keep these if you need them
|
5 |
-
import base64 # Keep this if you need it
|
6 |
|
7 |
st.title("📘Named Entity Recognition")
|
8 |
st.header("Tags the below 41 medical entities")
|
|
|
|
|
1 |
import streamlit as st
|
2 |
import streamlit.components.v1 as components
|
|
|
|
|
3 |
|
4 |
st.title("📘Named Entity Recognition")
|
5 |
st.header("Tags the below 41 medical entities")
|