Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
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:
|