TheoLvs commited on
Commit
1fe13c2
1 Parent(s): a177bf9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -9
app.py CHANGED
@@ -281,16 +281,16 @@ ClimateGPT harnesses modern OCR techniques to parse and preprocess IPCC reports.
281
  """
282
  )
283
 
284
- with gr.Row():
285
- gr.Markdown("## 🙏 Feedback and feature requests")
286
- gr.Markdown(
287
- """
288
- ### Beta test
289
- - ClimateGPT welcomes community contributions. To participate, head over to the Community Tab and create a "New Discussion" to ask questions and share your insights.
290
- - Provide feedback through our feedback form, letting us know which insights you found accurate, useful, or not. Your input will help us improve the platform.
291
- - Only a few sources (see below) are integrated (all IPCC, IPBES, IEA recent reports), if you are a climate science researcher and net to sift through another report, please let us know.
292
  """
293
- )
 
 
 
 
 
 
294
  with gr.Column(scale=1):
295
  gr.Markdown("### Feedbacks")
296
  feedback = gr.Textbox(label="Write your feedback here")
 
281
  """
282
  )
283
 
284
+ gr.Markdown("## 🙏 Feedback and feature requests")
285
+ gr.Markdown(
 
 
 
 
 
 
286
  """
287
+ ### Beta test
288
+ - ClimateGPT welcomes community contributions. To participate, head over to the Community Tab and create a "New Discussion" to ask questions and share your insights.
289
+ - Provide feedback through our feedback form, letting us know which insights you found accurate, useful, or not. Your input will help us improve the platform.
290
+ - Only a few sources (see below) are integrated (all IPCC, IPBES, IEA recent reports), if you are a climate science researcher and net to sift through another report, please let us know.
291
+ """
292
+ )
293
+ with gr.Row():
294
  with gr.Column(scale=1):
295
  gr.Markdown("### Feedbacks")
296
  feedback = gr.Textbox(label="Write your feedback here")