From 3045340f403497bbd1241efe94c42692b0229c24 Mon Sep 17 00:00:00 2001 From: Rudraksh Gupta Date: Fri, 21 Jun 2024 20:03:06 +0530 Subject: [PATCH] Update streamlit_app.py --- streamlit_app.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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']