TheoLvs commited on
Commit
a177bf9
β€’
1 Parent(s): 389ab01

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +11 -11
app.py CHANGED
@@ -282,17 +282,17 @@ ClimateGPT harnesses modern OCR techniques to parse and preprocess IPCC reports.
282
  )
283
 
284
  with gr.Row():
 
 
 
 
 
 
 
 
 
285
  with gr.Column(scale=1):
286
- gr.Markdown("## πŸ™ Feedback and feature requests")
287
- gr.Markdown(
288
- """
289
- ### Beta test
290
- - ClimateGPT welcomes community contributions. To participate, head over to the Community Tab and create a "New Discussion" to ask questions and share your insights.
291
- - 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.
292
- - 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.
293
- ### Feedbacks
294
- """
295
- )
296
  feedback = gr.Textbox(label="Write your feedback here")
297
  feedback_output = gr.Textbox(label="Submit status")
298
  feedback_save = gr.Button(value="submit feedback")
@@ -306,7 +306,7 @@ ClimateGPT harnesses modern OCR techniques to parse and preprocess IPCC reports.
306
  )
307
 
308
  with gr.Column(scale=1):
309
- gr.Markdown("## OpenAI API")
310
  gr.Markdown(
311
  "To make climate science accessible to a wider audience, we have opened our own OpenAI API key with a monthly cap of $1000. If you already have an API key, please use it to help conserve bandwidth for others."
312
  )
 
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")
297
  feedback_output = gr.Textbox(label="Submit status")
298
  feedback_save = gr.Button(value="submit feedback")
 
306
  )
307
 
308
  with gr.Column(scale=1):
309
+ gr.Markdown("### OpenAI API")
310
  gr.Markdown(
311
  "To make climate science accessible to a wider audience, we have opened our own OpenAI API key with a monthly cap of $1000. If you already have an API key, please use it to help conserve bandwidth for others."
312
  )