Chris4K commited on
Commit
6a2da8c
·
verified ·
1 Parent(s): db00ab7

Update app_chat.py

Browse files
Files changed (1) hide show
  1. app_chat.py +0 -4
app_chat.py CHANGED
@@ -26,10 +26,6 @@ import plotly.express as px
26
  import pydeck as pdk
27
 
28
  # Call app_agent_config to set the global variables
29
- global tool_checkboxes, url_endpoint, log_enabled
30
- tool_checkboxes = []
31
- url_endpoint = ""
32
- log_enabled = False
33
 
34
  def app_chat():
35
 
 
26
  import pydeck as pdk
27
 
28
  # Call app_agent_config to set the global variables
 
 
 
 
29
 
30
  def app_chat():
31