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
|
| 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.")
|