Spaces:
Sleeping
Sleeping
fschwartzer
commited on
Commit
•
517f0a7
1
Parent(s):
7c672c7
Update app.py
Browse files
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(
|
51 |
-
table.rows[0].cells[0].width = Cm(
|
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
|