Spaces:
Running
Running
Update app.py
Browse files
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 = df.fillna('').astype(str)
|
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")
|
9 |
df = df.fillna('').astype(str)
|
10 |
|
11 |
# Function to generate a response using the TAPEX model
|