Spaces:
Build error
Build error
Test HTML output
Browse files
app.py
CHANGED
|
@@ -317,7 +317,7 @@ def cells_to_html(cells):
|
|
| 317 |
current_row = this_row
|
| 318 |
if cell['header']:
|
| 319 |
cell_tag = 'th'
|
| 320 |
-
row = ET.SubElement(table, '
|
| 321 |
else:
|
| 322 |
cell_tag = 'td'
|
| 323 |
row = ET.SubElement(table, 'tr')
|
|
|
|
| 317 |
current_row = this_row
|
| 318 |
if cell['header']:
|
| 319 |
cell_tag = 'th'
|
| 320 |
+
row = ET.SubElement(table, 'tr')
|
| 321 |
else:
|
| 322 |
cell_tag = 'td'
|
| 323 |
row = ET.SubElement(table, 'tr')
|