a10 commited on
Commit
3ac5d0a
·
1 Parent(s): f521f9b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ if ("0" == "mycustom"):
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)"]
 
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)"]