Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -11,7 +11,7 @@ load_dotenv()
|
|
| 11 |
openai.api_key = os.getenv("OPENAI_API_KEY")
|
| 12 |
|
| 13 |
# Streamlit app title
|
| 14 |
-
st.title("💬 Chatbot
|
| 15 |
|
| 16 |
# Initialize chat messages in session state
|
| 17 |
if "messages" not in st.session_state:
|
|
|
|
| 11 |
openai.api_key = os.getenv("OPENAI_API_KEY")
|
| 12 |
|
| 13 |
# Streamlit app title
|
| 14 |
+
st.title("💬 Chatbot ")
|
| 15 |
|
| 16 |
# Initialize chat messages in session state
|
| 17 |
if "messages" not in st.session_state:
|