Chris4K commited on
Commit
918fcdb
·
verified ·
1 Parent(s): 074dc01

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -9,9 +9,11 @@ import soundfile as sf
9
  import requests
10
  import pandas as pd # If you're working with DataFrames
11
  import matplotlib.figure # If you're using matplotlib figures
 
12
 
13
  # For Altair charts
14
- import streamlit.graphics_altair
 
15
  # For Bokeh charts
16
  import streamlit.graphics_bokeh
17
 
 
9
  import requests
10
  import pandas as pd # If you're working with DataFrames
11
  import matplotlib.figure # If you're using matplotlib figures
12
+ import numpy as np
13
 
14
  # For Altair charts
15
+ import altair as alt
16
+
17
  # For Bokeh charts
18
  import streamlit.graphics_bokeh
19