Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ if ("0" == "mycustom"):
|
|
29 |
df = df.head(n=mybacklogmax)
|
30 |
st.dataframe(df)
|
31 |
|
32 |
-
if ("0"
|
33 |
myfields = [0, 1, 5, 7, 8, 10, 11]
|
34 |
myfields = [1]
|
35 |
mytitles = ["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)"]
|
|
|
29 |
df = df.head(n=mybacklogmax)
|
30 |
st.dataframe(df)
|
31 |
|
32 |
+
if ("0" != "mycustom"):
|
33 |
myfields = [0, 1, 5, 7, 8, 10, 11]
|
34 |
myfields = [1]
|
35 |
mytitles = ["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)"]
|