azettl commited on
Commit
e6fe444
·
verified ·
1 Parent(s): 4fc7e1d

Update PLAUSIBLE_KEY env. name

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -406,13 +406,13 @@ with gr.Blocks(title="Plausible Analytics Dashboard", theme=gr.themes.Soft()) as
406
  2. **Set environment variable:**
407
  ```bash
408
  # Windows
409
- set PLAUSIBLE_API_KEY=your-key-here
410
 
411
  # Mac/Linux
412
- export PLAUSIBLE_API_KEY=your-key-here
413
 
414
  # Or create .env file:
415
- echo "PLAUSIBLE_API_KEY=your-key-here" > .env
416
  ```
417
 
418
  2. **Install dependencies:**
 
406
  2. **Set environment variable:**
407
  ```bash
408
  # Windows
409
+ set PLAUSIBLE_KEY=your-key-here
410
 
411
  # Mac/Linux
412
+ export PLAUSIBLE_KEY=your-key-here
413
 
414
  # Or create .env file:
415
+ echo "PLAUSIBLE_KEY=your-key-here" > .env
416
  ```
417
 
418
  2. **Install dependencies:**