We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1a6ed0 commit 0cb38dfCopy full SHA for 0cb38df
streamlit-demo/streamlit_gallery/__init__.py
@@ -7,4 +7,4 @@
7
NLTK_DATA_PATH = os.path.join(Path(__file__).parents[1], "nltk_data")
8
nltk.data.path = [NLTK_DATA_PATH] + nltk.data.path
9
10
-dotenv.load_dotenv(os.path.join(Path(__file__).parents[1], ".env.example"))
+dotenv.load_dotenv(os.path.join(Path(__file__).parents[1], ".env"))
0 commit comments