Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -12
src/streamlit_app.py
CHANGED
@@ -41,18 +41,7 @@ def validate_fernet_token(key, token, ttl_seconds):
|
|
41 |
|
42 |
# sidebar
|
43 |
with st.sidebar:
|
44 |
-
|
45 |
-
key="test_button",
|
46 |
-
css_styles="""
|
47 |
-
button {
|
48 |
-
background-color: yellow;
|
49 |
-
border: 1px solid black;
|
50 |
-
padding: 5px;
|
51 |
-
color: black;
|
52 |
-
}
|
53 |
-
""",
|
54 |
-
):
|
55 |
-
st.button("DEMO APP")
|
56 |
|
57 |
|
58 |
expander = st.expander("**Important notes on the Demo Named Entity Recognition (NER) App**")
|
|
|
41 |
|
42 |
# sidebar
|
43 |
with st.sidebar:
|
44 |
+
st.button("DEMO APP")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
45 |
|
46 |
|
47 |
expander = st.expander("**Important notes on the Demo Named Entity Recognition (NER) App**")
|