shukdevdatta123 commited on
Commit
42a3db9
Β·
verified Β·
1 Parent(s): 99170c4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ from dotenv import load_dotenv
8
  import json
9
 
10
  # Load environment variables from .env file
11
- load_dotenv(".env")
12
 
13
  st.header("Chat with the Streamlit docs πŸ’¬ πŸ“š")
14
 
 
8
  import json
9
 
10
  # Load environment variables from .env file
11
+ load_dotenv("")
12
 
13
  st.header("Chat with the Streamlit docs πŸ’¬ πŸ“š")
14