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

Update app_chat.py

Browse files
Files changed (1) hide show
  1. app_chat.py +2 -0
app_chat.py CHANGED
@@ -8,6 +8,8 @@ from pydub import AudioSegment
8
  import IPython
9
  import soundfile as sf
10
 
 
 
11
  import pandas as pd # If you're working with DataFrames
12
  import matplotlib.figure # If you're using matplotlib figures
13
  import numpy as np
 
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
15
  import numpy as np