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
4 changes: 2 additions & 2 deletions streamlit_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand Down