Spaces:
Sleeping
Sleeping
update data extract
Browse files
app.py
CHANGED
@@ -128,9 +128,8 @@ if use_login and not st.session_state.authenticated:
|
|
128 |
st.stop()
|
129 |
|
130 |
# Add author information at the top of the sidebar (placed before other sidebar elements)
|
131 |
-
st.sidebar.markdown("### βοΈ Made by [TeddyNote](https://youtube.com/c/teddynote) π")
|
132 |
st.sidebar.markdown(
|
133 |
-
"###
|
134 |
)
|
135 |
|
136 |
st.sidebar.divider() # Add divider
|
|
|
128 |
st.stop()
|
129 |
|
130 |
# Add author information at the top of the sidebar (placed before other sidebar elements)
|
|
|
131 |
st.sidebar.markdown(
|
132 |
+
"### π¬ [Automated-DATA-Extractor](https://huggingface.co/spaces/jackkuo/Automated-Enzyme-Kinetics-Extractor)"
|
133 |
)
|
134 |
|
135 |
st.sidebar.divider() # Add divider
|