Update app.py
Browse files
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 = "
|
| 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)
|