fschwartzer commited on
Commit
6b6ce0d
·
verified ·
1 Parent(s): 9adca6f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ from transformers import pipeline
5
  import datetime
6
 
7
  # Load the data
8
- df = pd.read_excel('discrepantes.xlsx')
9
  df.fillna(0, inplace=True)
10
 
11
  # Function to generate a response using the TAPEX model
 
5
  import datetime
6
 
7
  # Load the data
8
+ df = pd.read_excel("discrepantes.xlsx",quotechar='"',dtype={col: str for col in pd.read_excel('discrepantes.xlsx', nrows=1)})
9
  df.fillna(0, inplace=True)
10
 
11
  # Function to generate a response using the TAPEX model