Nina commited on
Commit
69fb8cd
1 Parent(s): 1f2a7dc

Correct wording

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -93,7 +93,7 @@ with gr.Blocks(title="🌍 ClimateGPT Ekimetrics", css=css_code) as demo:
93
  gr.Markdown("### Welcome to Climate GPT 🌍 ! ")
94
  gr.Markdown(
95
  """
96
- Climate GPT is an interactive exploration tool designed to help you easily find relevant information based on of Environmental reports such as IPCCs and ??.
97
 
98
  IPCC is a United Nations body that assesses the science related to climate change, including its impacts and possible response options. The IPCC is considered the leading scientific authority on all things related to global climate change.
99
  """
@@ -102,7 +102,7 @@ with gr.Blocks(title="🌍 ClimateGPT Ekimetrics", css=css_code) as demo:
102
  "**How does it work:** This Chatbot is a combination of two technologies. FAISS search applied to a vast amount of scientific climate reports and TurboGPT to generate human-like text from the part of the document extracted from the database."
103
  )
104
  gr.Markdown(
105
- "⚠️ Warning: Always refer to the source (on the right side) to ensure the validity of the information communicated"
106
  )
107
  # gr.Markdown("""### Ask me anything, I'm a climate expert""")
108
  with gr.Row():
 
93
  gr.Markdown("### Welcome to Climate GPT 🌍 ! ")
94
  gr.Markdown(
95
  """
96
+ Climate GPT is an interactive exploration tool designed to help you easily find relevant information based on of Environmental reports such as IPCCs and other environmental reports.
97
 
98
  IPCC is a United Nations body that assesses the science related to climate change, including its impacts and possible response options. The IPCC is considered the leading scientific authority on all things related to global climate change.
99
  """
 
102
  "**How does it work:** This Chatbot is a combination of two technologies. FAISS search applied to a vast amount of scientific climate reports and TurboGPT to generate human-like text from the part of the document extracted from the database."
103
  )
104
  gr.Markdown(
105
+ "⚠️ Warning: Always refer to the source (on the right side) to ensure the validity of the information communicated."
106
  )
107
  # gr.Markdown("""### Ask me anything, I'm a climate expert""")
108
  with gr.Row():