EdBoy2202 commited on
Commit
bd5f7aa
·
verified ·
1 Parent(s): 5545705

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -178,7 +178,7 @@ def load_datasets():
178
  try:
179
  with st.spinner('Loading dataset...'):
180
  # Use BytesIO to read the CSV content
181
- original_data = pd.read_csv(BytesIO('CTP_Model1.csv'), low_memory=False)
182
 
183
 
184
  # Ensure column names match the model's expectations
 
178
  try:
179
  with st.spinner('Loading dataset...'):
180
  # Use BytesIO to read the CSV content
181
+ original_data = pd.read_csv('CTP_Model1.csv', low_memory=False)
182
 
183
 
184
  # Ensure column names match the model's expectations