TheoLvs commited on
Commit
d25ffc9
β€’
1 Parent(s): d24e32e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -170,9 +170,9 @@ with gr.Blocks(title="🌍 Climate Q&A", css="style.css") as demo:
170
  <div class="tip-box">
171
  <div class="tip-box-title">
172
  <span class="light-bulb" role="img" aria-label="Light Bulb">πŸ’‘</span>
173
- How does ClimateGPT work?
174
  </div>
175
- ClimateGPT harnesses modern OCR techniques to parse and preprocess IPCC reports. By leveraging state-of-the-art question-answering algorithms, <i>ClimateGPT is able to sift through the extensive collection of climate scientific reports and identify relevant passages in response to user inquiries</i>. Furthermore, the integration of the ChatGPT API allows ClimateQ&A to present complex data in a user-friendly manner, summarizing key points and facilitating communication of climate science to a wider audience. This innovative chatbot effectively puts a climate expert in your pocket, empowering you to engage with crucial environmental issues in a more informed and meaningful way.
176
  </div>
177
 
178
  """
 
170
  <div class="tip-box">
171
  <div class="tip-box-title">
172
  <span class="light-bulb" role="img" aria-label="Light Bulb">πŸ’‘</span>
173
+ How does ClimateQ&A work?
174
  </div>
175
+ ClimateQ&A harnesses modern OCR techniques to parse and preprocess IPCC reports. By leveraging state-of-the-art question-answering algorithms, <i>ClimateQ&A is able to sift through the extensive collection of climate scientific reports and identify relevant passages in response to user inquiries</i>. Furthermore, the integration of the ChatGPT API allows ClimateQ&A to present complex data in a user-friendly manner, summarizing key points and facilitating communication of climate science to a wider audience. This innovative chatbot effectively puts a climate expert in your pocket, empowering you to engage with crucial environmental issues in a more informed and meaningful way.
176
  </div>
177
 
178
  """