JanviMl commited on
Commit
95613a1
·
verified ·
1 Parent(s): 39459c9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -271,7 +271,7 @@ with gr.Blocks(theme=gr.themes.Soft(), css=custom_css) as demo:
271
  return "Please select a feedback option before submitting."
272
 
273
  # Define the CSV file path
274
- csv_file_path = "https://huggingface.co/spaces/JanviMl/toxic-comment-classifier_rlhf/blob/main/feedback.csv"
275
 
276
  # Check if the CSV file exists; if not, create it with headers
277
  file_exists = os.path.isfile(csv_file_path)
 
271
  return "Please select a feedback option before submitting."
272
 
273
  # Define the CSV file path
274
+ csv_file_path = "/home/user/app/feedback.csv"
275
 
276
  # Check if the CSV file exists; if not, create it with headers
277
  file_exists = os.path.isfile(csv_file_path)