Update app.py
Browse files
app.py
CHANGED
|
@@ -139,7 +139,7 @@ def make_images(scen):
|
|
| 139 |
|
| 140 |
|
| 141 |
# βββββββββββββββββββββ 4. CSV-table simple filter ββββββββββββββββββββββ
|
| 142 |
-
CSV_FILE = "
|
| 143 |
df_full = pd.read_csv(CSV_FILE) # load once
|
| 144 |
|
| 145 |
def filter_csv(col, val):
|
|
|
|
| 139 |
|
| 140 |
|
| 141 |
# βββββββββββββββββββββ 4. CSV-table simple filter ββββββββββββββββββββββ
|
| 142 |
+
CSV_FILE = "issues_log.csv" # rename here if needed
|
| 143 |
df_full = pd.read_csv(CSV_FILE) # load once
|
| 144 |
|
| 145 |
def filter_csv(col, val):
|