From 20186e4d5627bfa9c99db550211ec8814600443a Mon Sep 17 00:00:00 2001 From: Rudraksh Gupta Date: Fri, 21 Jun 2024 18:37:29 +0530 Subject: [PATCH] Update streamlit_app.py --- streamlit_app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/streamlit_app.py b/streamlit_app.py index 516f68b..d796867 100644 --- a/streamlit_app.py +++ b/streamlit_app.py @@ -4,7 +4,7 @@ import streamlit as st with st.sidebar: - st.title('🤖💬 OpenAI Chatbot') + st.title('⚕️ASCLEPIUS⚕️') if 'OPENAI_API_KEY' in st.secrets: st.success('API key already provided!', icon='✅') openai.api_key = st.secrets['OPENAI_API_KEY']