Svngoku commited on
Commit
4b146fe
1 Parent(s): 754244b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -377,7 +377,7 @@ class TableExtractionPipeline():
377
 
378
  @st.cache
379
  def convert_df(self, df):
380
- return df.to_csv().encode('utf-32')
381
 
382
 
383
  def create_dataframe(self, c3, cells_pytess_result:list, max_cols:int, max_rows:int):
 
377
 
378
  @st.cache
379
  def convert_df(self, df):
380
+ return df.to_csv().encode('utf-8')
381
 
382
 
383
  def create_dataframe(self, c3, cells_pytess_result:list, max_cols:int, max_rows:int):