shukdevdatta123 commited on
Commit
164e5b2
Β·
verified Β·
1 Parent(s): 8aaaa32

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ import json
10
  # Load environment variables from .env file
11
  load_dotenv("")
12
 
13
- st.header("Chat with the Streamlit docs πŸ’¬ πŸ“š")
14
 
15
  # Sidebar for OpenAI API Key
16
  if 'openai_api_key' not in st.session_state:
 
10
  # Load environment variables from .env file
11
  load_dotenv("")
12
 
13
+ st.header("Chat with the uploaded docs πŸ’¬ πŸ“š")
14
 
15
  # Sidebar for OpenAI API Key
16
  if 'openai_api_key' not in st.session_state: