rodrigomasini commited on
Commit
a0b4ebf
1 Parent(s): aad2e63

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -253,7 +253,7 @@ try:
253
 
254
  # Remove commenst if you want to download the dataset and save in csv format
255
  # Specify the path to your CSV file
256
- #csv_file_path = 'enterprise-scenarios-benchmark.csv'
257
 
258
  # Open the CSV file for writing
259
  #with open(csv_file_path, mode='w', newline='', encoding='utf-8') as file:
 
253
 
254
  # Remove commenst if you want to download the dataset and save in csv format
255
  # Specify the path to your CSV file
256
+ #csv_file_path = 'foundational-models-benchmark.csv'
257
 
258
  # Open the CSV file for writing
259
  #with open(csv_file_path, mode='w', newline='', encoding='utf-8') as file: