cboettig commited on
Commit
fdf0e51
·
unverified ·
1 Parent(s): 3e3c723

random demo

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py CHANGED
@@ -98,6 +98,12 @@ x = (rioxarray.
98
  mean()
99
  )
100
 
 
 
 
 
 
 
101
  st.write(float(x))
102
  # -
103
 
 
98
  mean()
99
  )
100
 
101
+
102
+
103
+ # +
104
+
105
+ "## Tons of carbon lost, 2002-2022"
106
+
107
  st.write(float(x))
108
  # -
109