Chris4K commited on
Commit
c6f5c30
·
verified ·
1 Parent(s): ce40f85

Update app_chat.py

Browse files
Files changed (1) hide show
  1. app_chat.py +4 -0
app_chat.py CHANGED
@@ -26,6 +26,10 @@ import plotly.express as px
26
  import pydeck as pdk
27
 
28
  # Call app_agent_config to set the global variables
 
 
 
 
29
 
30
  def app_chat():
31
 
 
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