Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -7,7 +7,7 @@ import asyncio
|
|
| 7 |
|
| 8 |
# Load the CSV data asynchronously
|
| 9 |
async def load_data():
|
| 10 |
-
url = "
|
| 11 |
try:
|
| 12 |
data = await asyncio.to_thread(pd.read_csv, url, encoding='utf-8')
|
| 13 |
if 'IPA' not in data.columns:
|
|
|
|
| 7 |
|
| 8 |
# Load the CSV data asynchronously
|
| 9 |
async def load_data():
|
| 10 |
+
url = "IPA.csv"
|
| 11 |
try:
|
| 12 |
data = await asyncio.to_thread(pd.read_csv, url, encoding='utf-8')
|
| 13 |
if 'IPA' not in data.columns:
|