vermen commited on
Commit
a2b6fba
·
verified ·
1 Parent(s): 57c12e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ def create_excel(doc):
47
  idx_col = idx_col + 1
48
  # SHOW THE RECOVERED DATA
49
  df_table = pd.DataFrame.from_dict(data)
50
- return (df.to_excel("tabla.xlsx", index=False))
51
 
52
  def upload_file(filepath):
53
  name = Path(filepath).name
 
47
  idx_col = idx_col + 1
48
  # SHOW THE RECOVERED DATA
49
  df_table = pd.DataFrame.from_dict(data)
50
+ return (df_table.to_excel("tabla.xlsx", index=False))
51
 
52
  def upload_file(filepath):
53
  name = Path(filepath).name