Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -151,7 +151,7 @@ with st.sidebar:
|
|
151 |
openai_api_key = st.text_input("OpenAI API Key", key="chatbot_api_key", type="password")
|
152 |
"[Get an OpenAI API key](https://platform.openai.com/account/api-keys)"
|
153 |
st.markdown("## 🌍 Welcome to ClimateChat! 🌍")
|
154 |
-
st.markdown("ClimateChat harnesses the latest [IPCC reports](https://www.ipcc.ch/report/
|
155 |
Our objective is to make climate change information accessible, understandable, and actionable for everyone, everywhere.")
|
156 |
st.title("💬🌍🌡️ClimateChat")
|
157 |
st.caption("💬 A Climate Change chatbot powered by OpenAI LLM and IPCC documents")
|
|
|
151 |
openai_api_key = st.text_input("OpenAI API Key", key="chatbot_api_key", type="password")
|
152 |
"[Get an OpenAI API key](https://platform.openai.com/account/api-keys)"
|
153 |
st.markdown("## 🌍 Welcome to ClimateChat! 🌍")
|
154 |
+
st.markdown("ClimateChat harnesses the latest [IPCC reports](https://www.ipcc.ch/report/sixth-assessment-report-cycle/) and the power of Large Language Models to answer your questions about climate change. When you interact with ClimateChat not only will you receive clear answers, but each response is coupled with sources and hyperlinks for further exploration and verification.\
|
155 |
Our objective is to make climate change information accessible, understandable, and actionable for everyone, everywhere.")
|
156 |
st.title("💬🌍🌡️ClimateChat")
|
157 |
st.caption("💬 A Climate Change chatbot powered by OpenAI LLM and IPCC documents")
|