Update app.py
Browse files
app.py
CHANGED
|
@@ -457,6 +457,7 @@ def server(input, output, session):
|
|
| 457 |
else:
|
| 458 |
''
|
| 459 |
return "font-weight: bold;"
|
|
|
|
| 460 |
df_brush_style = (brushed_df_final.to_pandas().style.set_precision(1)
|
| 461 |
|
| 462 |
.set_properties(**{'border': '3 px'},overwrite=False).set_table_styles([{
|
|
|
|
| 457 |
else:
|
| 458 |
''
|
| 459 |
return "font-weight: bold;"
|
| 460 |
+
print(brushed_df_final)
|
| 461 |
df_brush_style = (brushed_df_final.to_pandas().style.set_precision(1)
|
| 462 |
|
| 463 |
.set_properties(**{'border': '3 px'},overwrite=False).set_table_styles([{
|