Reyad-Ahmmed commited on
Commit
14f7979
·
verified ·
1 Parent(s): 38b2e3a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -77,8 +77,8 @@ if (should_train_model=='1'): #train model
77
 
78
  # Read the CSV files into pandas DataFrames they will later by converted to DataTables and used to train and evaluate the model
79
 
80
- file_train_df = fetch_and_update_training_data(file_path_train)
81
- file_test_df = pd.read_csv(file_path_test)
82
 
83
 
84
  #combine dataframes to get all possible labels/classifications for both training and evaluating - to get all possible labels (intents)
 
77
 
78
  # Read the CSV files into pandas DataFrames they will later by converted to DataTables and used to train and evaluate the model
79
 
80
+ #file_train_df = fetch_and_update_training_data(file_path_train)
81
+ #file_test_df = pd.read_csv(file_path_test)
82
 
83
 
84
  #combine dataframes to get all possible labels/classifications for both training and evaluating - to get all possible labels (intents)