updating the file to ImaginaryMechanicShop.csv
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ import csv
|
|
6 |
import json
|
7 |
|
8 |
# Define the CSV file input path
|
9 |
-
csv_file_path = "
|
10 |
|
11 |
# Initialize an empty list to store the data
|
12 |
data = []
|
|
|
6 |
import json
|
7 |
|
8 |
# Define the CSV file input path
|
9 |
+
csv_file_path = "ImaginaryMechanicShop.csv"
|
10 |
|
11 |
# Initialize an empty list to store the data
|
12 |
data = []
|