diff --git a/streamlit_app.py b/streamlit_app.py index 516f68b..8736592 100644 --- a/streamlit_app.py +++ b/streamlit_app.py @@ -4,7 +4,7 @@ import streamlit as st with st.sidebar: - st.title('🤖💬 OpenAI Chatbot') + st.title('ASCLEPIUS') if 'OPENAI_API_KEY' in st.secrets: st.success('API key already provided!', icon='✅') openai.api_key = st.secrets['OPENAI_API_KEY']