Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -10,6 +10,7 @@ import numpy
|
|
10 |
import pandas
|
11 |
import plotly.express
|
12 |
import streamlit
|
|
|
13 |
|
14 |
|
15 |
class References(object):
|
|
|
10 |
import pandas
|
11 |
import plotly.express
|
12 |
import streamlit
|
13 |
+
import st_aggrid
|
14 |
|
15 |
|
16 |
class References(object):
|