Skip to content
This repository was archived by the owner on Sep 9, 2025. It is now read-only.

Commit 8d582dd

Browse files
committed
Add load_dotenv explicitly to dash-app
1 parent 68ef1e8 commit 8d582dd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dash-app/app.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
from dotenv import load_dotenv
2+
load_dotenv()
13
import dash
24
import pandas as pd
35
from dash import dcc, html

0 commit comments

Comments
 (0)