Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,6 @@ Created on Fri Oct 14 10:35:25 2022
|
|
4 |
|
5 |
@author: mritchey
|
6 |
"""
|
7 |
-
# streamlit run "C:\Users\mritchey\.spyder-py3\Python Scripts\streamlit projects\hail\hail h5.py"
|
8 |
|
9 |
import gzip
|
10 |
import pickle
|
@@ -110,7 +109,6 @@ def get_data(row, col, radius):
|
|
110 |
st.set_page_config(layout="wide")
|
111 |
col1, col2 = st.columns((2))
|
112 |
|
113 |
-
os.chdir(r'C:\Users\mritchey')
|
114 |
|
115 |
|
116 |
#Input Values
|
|
|
4 |
|
5 |
@author: mritchey
|
6 |
"""
|
|
|
7 |
|
8 |
import gzip
|
9 |
import pickle
|
|
|
109 |
st.set_page_config(layout="wide")
|
110 |
col1, col2 = st.columns((2))
|
111 |
|
|
|
112 |
|
113 |
|
114 |
#Input Values
|