TiH0 commited on
Commit
c3a7bd1
·
verified ·
1 Parent(s): 2463d3e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
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