Skip to content

Commit 0cb38df

Browse files
authored
Update __init__.py
1 parent f1a6ed0 commit 0cb38df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

streamlit-demo/streamlit_gallery/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
NLTK_DATA_PATH = os.path.join(Path(__file__).parents[1], "nltk_data")
88
nltk.data.path = [NLTK_DATA_PATH] + nltk.data.path
99

10-
dotenv.load_dotenv(os.path.join(Path(__file__).parents[1], ".env.example"))
10+
dotenv.load_dotenv(os.path.join(Path(__file__).parents[1], ".env"))

0 commit comments

Comments
 (0)