Chris4K commited on
Commit
bfe8a00
·
verified ·
1 Parent(s): f71e8b7

Update app_agent_config.py

Browse files
Files changed (1) hide show
  1. app_agent_config.py +2 -0
app_agent_config.py CHANGED
@@ -4,6 +4,8 @@ import streamlit as st
4
  from tool_loader import ToolLoader
5
  from tool_config import tool_names
6
 
 
 
7
  def app_agent_config():
8
  # Code for URL and Tools checkboxes
9
  # Examples for the user perspective
 
4
  from tool_loader import ToolLoader
5
  from tool_config import tool_names
6
 
7
+ tool_checkboxes = []
8
+
9
  def app_agent_config():
10
  # Code for URL and Tools checkboxes
11
  # Examples for the user perspective