Chris4K commited on
Commit
f71e8b7
·
verified ·
1 Parent(s): ee7cbe0

Update app_chat.py

Browse files
Files changed (1) hide show
  1. app_chat.py +1 -1
app_chat.py CHANGED
@@ -8,7 +8,7 @@ from pydub import AudioSegment
8
  import IPython
9
  import soundfile as sf
10
 
11
- from app_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
 
8
  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