Chris4K commited on
Commit
6057566
·
verified ·
1 Parent(s): 8f8f2a0

Update app_chat.py

Browse files
Files changed (1) hide show
  1. app_chat.py +1 -0
app_chat.py CHANGED
@@ -9,6 +9,7 @@ import IPython
9
  import soundfile as sf
10
 
11
  from app_agent_config import tool_checkboxes
 
12
 
13
  import pandas as pd # If you're working with DataFrames
14
  import matplotlib.figure # If you're using matplotlib figures
 
9
  import soundfile as sf
10
 
11
  from app_agent_config import tool_checkboxes
12
+ from app_agent_config import url_endpoint
13
 
14
  import pandas as pd # If you're working with DataFrames
15
  import matplotlib.figure # If you're using matplotlib figures