Update app_chat.py
Browse files- app_chat.py +1 -4
app_chat.py
CHANGED
@@ -7,10 +7,7 @@ from PIL import Image
|
|
7 |
from pydub import AudioSegment
|
8 |
import IPython
|
9 |
import soundfile as sf
|
10 |
-
from app_agent_config import
|
11 |
-
|
12 |
-
from app_agent_config import tool_checkboxes
|
13 |
-
from app_agent_config import url_endpoint
|
14 |
|
15 |
import pandas as pd # If you're working with DataFrames
|
16 |
import matplotlib.figure # If you're using matplotlib figures
|
|
|
7 |
from pydub import AudioSegment
|
8 |
import IPython
|
9 |
import soundfile as sf
|
10 |
+
from app_agent_config import tool_checkboxes, url_endpoint
|
|
|
|
|
|
|
11 |
|
12 |
import pandas as pd # If you're working with DataFrames
|
13 |
import matplotlib.figure # If you're using matplotlib figures
|