Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -83,10 +83,6 @@ async def convert_file(
|
|
| 83 |
process_excel_to_word(
|
| 84 |
excel_file_path=temp_input_path,
|
| 85 |
output_word_path=temp_output_path,
|
| 86 |
-
display_name=None,
|
| 87 |
-
use_two_columns=use_two_columns,
|
| 88 |
-
add_separator_line=add_separator_line,
|
| 89 |
-
balance_method="dynamic",
|
| 90 |
theme_hex=theme_color
|
| 91 |
)
|
| 92 |
|
|
|
|
| 83 |
process_excel_to_word(
|
| 84 |
excel_file_path=temp_input_path,
|
| 85 |
output_word_path=temp_output_path,
|
|
|
|
|
|
|
|
|
|
|
|
|
| 86 |
theme_hex=theme_color
|
| 87 |
)
|
| 88 |
|