fortuala commited on
Commit
d427422
Β·
verified Β·
1 Parent(s): 361f65b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -139,7 +139,7 @@ def make_images(scen):
139
 
140
 
141
  # ───────────────────── 4. CSV-table simple filter ──────────────────────
142
- CSV_FILE = "table_1_2.csv" # rename here if needed
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):