Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -5,11 +5,10 @@ for name in dir():
|
|
5 |
if not name.startswith('_'):
|
6 |
del globals()[name]
|
7 |
|
8 |
-
import streamlit as st
|
9 |
import numpy as np
|
10 |
import pandas as pd
|
|
|
11 |
import gspread
|
12 |
-
import plotly.express as px
|
13 |
|
14 |
@st.cache_resource
|
15 |
def init_conn():
|
|
|
5 |
if not name.startswith('_'):
|
6 |
del globals()[name]
|
7 |
|
|
|
8 |
import numpy as np
|
9 |
import pandas as pd
|
10 |
+
import streamlit as st
|
11 |
import gspread
|
|
|
12 |
|
13 |
@st.cache_resource
|
14 |
def init_conn():
|