Update app_agent_config.py
Browse files- app_agent_config.py +3 -3
app_agent_config.py
CHANGED
|
@@ -4,9 +4,9 @@ import streamlit as st
|
|
| 4 |
from tool_loader import ToolLoader
|
| 5 |
from tool_config import tool_names
|
| 6 |
|
| 7 |
-
tool_checkboxes = []
|
| 8 |
-
url_endpoint =
|
| 9 |
-
log_enabled = False
|
| 10 |
|
| 11 |
def app_agent_config():
|
| 12 |
# Code for URL and Tools checkboxes
|
|
|
|
| 4 |
from tool_loader import ToolLoader
|
| 5 |
from tool_config import tool_names
|
| 6 |
|
| 7 |
+
global tool_checkboxes = []
|
| 8 |
+
global url_endpoint = ""
|
| 9 |
+
global log_enabled = False
|
| 10 |
|
| 11 |
def app_agent_config():
|
| 12 |
# Code for URL and Tools checkboxes
|