diff --git a/streamlit_app.py b/streamlit_app.py index 367a2d7e..f89b251e 100644 --- a/streamlit_app.py +++ b/streamlit_app.py @@ -3,12 +3,12 @@ import os # App title -st.set_page_config(page_title="🦙💬 Llama 2 Chatbot") +st.set_page_config(page_title="⚕️ASCLEPIUS⚕️") # Replicate Credentials with st.sidebar: - st.title('🦙💬 Llama 2 Chatbot') - st.write('This chatbot is created using the open-source Llama 2 LLM model from Meta.') + st.title('⚕️ASCLEPIUS⚕️') + st.write('This chatbot is created by Rudraksh Gupta and Ayush Bhowal') if 'REPLICATE_API_TOKEN' in st.secrets: st.success('API key already provided!', icon='✅') replicate_api = st.secrets['REPLICATE_API_TOKEN']