Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions streamlit_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand Down