Chris4K commited on
Commit
2f6259e
·
verified ·
1 Parent(s): 48934ef

Rename agent_config.py to app_agent_config.py

Browse files
agent_config.py → app_agent_config.py RENAMED
@@ -2,7 +2,7 @@
2
 
3
  import streamlit as st
4
 
5
- def app_config():
6
  # Code for URL and Tools checkboxes
7
  # Examples for the user perspective
8
  st.markdown("Change the agents configuration here.")
 
2
 
3
  import streamlit as st
4
 
5
+ def app_agent_config():
6
  # Code for URL and Tools checkboxes
7
  # Examples for the user perspective
8
  st.markdown("Change the agents configuration here.")