Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -193,4 +193,5 @@ with tab1:
|
|
193 |
|
194 |
gc.collect()
|
195 |
|
196 |
-
with tab2:
|
|
|
|
193 |
|
194 |
gc.collect()
|
195 |
|
196 |
+
with tab2:
|
197 |
+
st.dataframe(proj_dataframe.style.background_gradient(axis=0).background_gradient(cmap='RdYlGn').format(precision=2), use_container_width = True)
|