Spaces:
Runtime error
Runtime error
Commit
·
7e96c4d
1
Parent(s):
9fdeac0
Update app.py
Browse files
app.py
CHANGED
@@ -104,11 +104,11 @@ def convert_df(df):
|
|
104 |
return df.to_csv(index=0).encode('utf-8')
|
105 |
|
106 |
|
107 |
-
try:
|
108 |
-
|
109 |
-
|
110 |
-
except:
|
111 |
-
|
112 |
|
113 |
st.set_page_config(layout="wide")
|
114 |
col1, col2 = st.columns((2))
|
|
|
104 |
return df.to_csv(index=0).encode('utf-8')
|
105 |
|
106 |
|
107 |
+
# try:
|
108 |
+
# for i in glob.glob('*.grib2'):
|
109 |
+
# os.remove(i)
|
110 |
+
# except:
|
111 |
+
# pass
|
112 |
|
113 |
st.set_page_config(layout="wide")
|
114 |
col1, col2 = st.columns((2))
|