Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -47,14 +47,6 @@ def generate_response(input_text):
|
|
47 |
Answer:
|
48 |
|
49 |
|
50 |
-
check if you use the info below, if you used please add used source for in-text reference, if not used, do not add them .
|
51 |
-
|
52 |
-
|
53 |
-
[{source1} page {page1}]
|
54 |
-
[{source2} page {page2}]
|
55 |
-
[{source3} page {page3}]
|
56 |
-
[{source4} page {page4}]
|
57 |
-
[{source5} page {page5}]
|
58 |
|
59 |
Check if you use the source in your ansewer, make sure list used sources you refer to and their hyperlinks as below in a section named "sources":
|
60 |
|
@@ -103,7 +95,7 @@ with st.sidebar:
|
|
103 |
openai_api_key = st.text_input("OpenAI API Key", key="chatbot_api_key", type="password")
|
104 |
"[Get an OpenAI API key](https://platform.openai.com/account/api-keys)"
|
105 |
st.markdown("## 🌍 Welcome to ClimateChat! 🌍")
|
106 |
-
st.markdown("ClimateChat
|
107 |
Our objective is to make climate change information accessible, understandable, and actionable for everyone, everywhere.")
|
108 |
st.title("💬🌍🌡️ClimateChat")
|
109 |
st.caption("💬 A Climate Change chatbot powered by OpenAI LLM and IPCC documents")
|
|
|
47 |
Answer:
|
48 |
|
49 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
50 |
|
51 |
Check if you use the source in your ansewer, make sure list used sources you refer to and their hyperlinks as below in a section named "sources":
|
52 |
|
|
|
95 |
openai_api_key = st.text_input("OpenAI API Key", key="chatbot_api_key", type="password")
|
96 |
"[Get an OpenAI API key](https://platform.openai.com/account/api-keys)"
|
97 |
st.markdown("## 🌍 Welcome to ClimateChat! 🌍")
|
98 |
+
st.markdown("ClimateChat harnesses the latest [IPCC reports](https://www.ipcc.ch/report/ar6/wg3/) 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, concise, and accurate answers, but each response is coupled with sources and hyperlinks for further exploration and verification.\
|
99 |
Our objective is to make climate change information accessible, understandable, and actionable for everyone, everywhere.")
|
100 |
st.title("💬🌍🌡️ClimateChat")
|
101 |
st.caption("💬 A Climate Change chatbot powered by OpenAI LLM and IPCC documents")
|