Multichem commited on
Commit
91c7844
·
1 Parent(s): 5691552

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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)