MK-316 commited on
Commit
3dd0f7b
·
verified ·
1 Parent(s): bba0146

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ import asyncio
7
 
8
  # Load the CSV data asynchronously
9
  async def load_data():
10
- url = "https://raw.githubusercontent.com/MK316/Myapps/main/data/IPA.csv"
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: