fschwartzer commited on
Commit
517f0a7
1 Parent(s): 7c672c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -47,8 +47,8 @@ def get_report(query, df_nearest):
47
  table.style = 'Table Grid'
48
  table.autofit = False
49
  table.allow_autofit = False
50
- table.columns[0].width = Cm(2.5)
51
- table.rows[0].cells[0].width = Cm(2.5)
52
  hdr_cells = table.rows[0].cells
53
  for i, column_name in enumerate(df_nearest_filtered.columns):
54
  hdr_cells[i].text = column_name
 
47
  table.style = 'Table Grid'
48
  table.autofit = False
49
  table.allow_autofit = False
50
+ table.columns[0].width = Cm(3)
51
+ table.rows[0].cells[0].width = Cm(3)
52
  hdr_cells = table.rows[0].cells
53
  for i, column_name in enumerate(df_nearest_filtered.columns):
54
  hdr_cells[i].text = column_name