jackkuo commited on
Commit
3b5b659
Β·
1 Parent(s): 777fb28

update data extract

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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
- "### πŸ’» [Project Page](https://github.com/teddynote-lab/langgraph-mcp-agents)"
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