Update app_chat.py
Browse files- 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
|