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