Update app_agent_config.py
Browse files- app_agent_config.py +1 -0
app_agent_config.py
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
# tab1_content.py
|
2 |
|
3 |
import streamlit as st
|
|
|
4 |
|
5 |
def app_agent_config():
|
6 |
# Code for URL and Tools checkboxes
|
|
|
1 |
# tab1_content.py
|
2 |
|
3 |
import streamlit as st
|
4 |
+
from tool_loader import ToolLoader
|
5 |
|
6 |
def app_agent_config():
|
7 |
# Code for URL and Tools checkboxes
|