Uvini commited on
Commit
7d0c2f3
1 Parent(s): 472bce3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -84,7 +84,7 @@ if file is not None:
84
 
85
  # Create HTML table with no border and centered text
86
  table_html = (df.style
87
- .set_properties(**{'text-align': 'left','font-size': '12px','font-family': 'sans-serif'})
88
  .set_table_styles([{'selector': 'th', 'props': [('border', '0px')]},
89
  {'selector': 'td', 'props': [('border', '0px')]}])
90
  .set_table_attributes('style="position: sticky; top: 0;"')
 
84
 
85
  # Create HTML table with no border and centered text
86
  table_html = (df.style
87
+ .set_properties(**{'text-align': 'left','font-family': 'sans-serif'})
88
  .set_table_styles([{'selector': 'th', 'props': [('border', '0px')]},
89
  {'selector': 'td', 'props': [('border', '0px')]}])
90
  .set_table_attributes('style="position: sticky; top: 0;"')