diff --git a/streamlit_app.py b/streamlit_app.py index 2415e6a7..52833b5c 100644 --- a/streamlit_app.py +++ b/streamlit_app.py @@ -3,11 +3,11 @@ import os # App title -st.set_page_config(page_title="🦙💬 Llama 2 Chatbot") +st.set_page_config(page_title="🦙💬 Pitsy Chatbot") # Replicate Credentials with st.sidebar: - st.title('🦙💬 Llama 2 Chatbot') + st.title('🦙💬 Pitsy Chatbot') if 'REPLICATE_API_TOKEN' in st.secrets: st.success('API key already provided!', icon='✅') replicate_api = st.secrets['REPLICATE_API_TOKEN']