Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,10 +1,5 @@
|
|
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
|
|
|
1 |
import streamlit as st
|
2 |
st.set_page_config(layout="wide")
|
|
|
|
|
|
|
|
|
|
|
3 |
import numpy as np
|
4 |
import pandas as pd
|
5 |
import streamlit as st
|