Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,14 +1,8 @@
|
|
| 1 |
import streamlit as st
|
| 2 |
-
st.set_page_config(layout="wide")
|
| 3 |
-
|
| 4 |
-
for name in dir():
|
| 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():
|
|
|
|
| 1 |
import streamlit as st
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
import numpy as np
|
| 3 |
import pandas as pd
|
|
|
|
| 4 |
import gspread
|
| 5 |
+
st.set_page_config(layout="wide")
|
| 6 |
|
| 7 |
@st.cache_resource
|
| 8 |
def init_conn():
|