From 9b3ecad3946de28f9fc0cef1f2a4f0d2272c268d Mon Sep 17 00:00:00 2001 From: Rudraksh Gupta Date: Fri, 21 Jun 2024 18:39:07 +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..8736592 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']