K00B404 commited on
Commit
27027f3
·
verified ·
1 Parent(s): c4457ca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -319,7 +319,7 @@ def train_model(epochs):
319
  global global_model
320
 
321
  # Load combined data CSV
322
- data_path = 'path/to/your/combined_data.csv' # Adjust this path
323
  combined_data = pd.read_csv(data_path)
324
 
325
  # Define the transformation
 
319
  global global_model
320
 
321
  # Load combined data CSV
322
+ data_path = 'combined_data.csv' # Adjust this path
323
  combined_data = pd.read_csv(data_path)
324
 
325
  # Define the transformation