Update app_chat.py
Browse files- app_chat.py +3 -0
app_chat.py
CHANGED
@@ -25,6 +25,9 @@ import plotly.express as px
|
|
25 |
# For Pydeck charts
|
26 |
import pydeck as pdk
|
27 |
|
|
|
|
|
|
|
28 |
def app_chat():
|
29 |
|
30 |
# Chat code (user input, agent responses, etc.)
|
|
|
25 |
# For Pydeck charts
|
26 |
import pydeck as pdk
|
27 |
|
28 |
+
# Call app_agent_config to set the global variables
|
29 |
+
app_agent_config()
|
30 |
+
|
31 |
def app_chat():
|
32 |
|
33 |
# Chat code (user input, agent responses, etc.)
|