Spaces:
Running
Running
Update PLAUSIBLE_KEY env. name
Browse files
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
|
410 |
|
411 |
# Mac/Linux
|
412 |
-
export
|
413 |
|
414 |
# Or create .env file:
|
415 |
-
echo "
|
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:**
|