Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ warnings.filterwarnings("ignore")
|
|
16 |
|
17 |
#
|
18 |
mylist = [0, 1, 5, 7, 8, 10, 11]
|
19 |
-
mylist = [
|
20 |
df = pd.DataFrame(columns=["Date Time","p (mbar)","T (degC)","Tpot (K)","Tdew (degC)","rh (%)","VPmax (mbar)","VPact (mbar)","VPdef (mbar)","sh (g/kg)","H2OC (mmol/mol)","rho (g/m**3)","wv (m/s)","max. wv (m/s)","wd (deg)"])
|
21 |
|
22 |
if ("0" == ""):
|
@@ -225,4 +225,4 @@ def plot():
|
|
225 |
fig = plot()
|
226 |
st.pyplot(fig)
|
227 |
|
228 |
-
# %%
|
|
|
16 |
|
17 |
#
|
18 |
mylist = [0, 1, 5, 7, 8, 10, 11]
|
19 |
+
mylist = [1]
|
20 |
df = pd.DataFrame(columns=["Date Time","p (mbar)","T (degC)","Tpot (K)","Tdew (degC)","rh (%)","VPmax (mbar)","VPact (mbar)","VPdef (mbar)","sh (g/kg)","H2OC (mmol/mol)","rho (g/m**3)","wv (m/s)","max. wv (m/s)","wd (deg)"])
|
21 |
|
22 |
if ("0" == ""):
|
|
|
225 |
fig = plot()
|
226 |
st.pyplot(fig)
|
227 |
|
228 |
+
# %%
|