TheoLvs commited on
Commit
9655619
1 Parent(s): 4857c80

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -6
app.py CHANGED
@@ -278,11 +278,9 @@ ClimateGPT harnesses modern OCR techniques to parse and preprocess IPCC reports.
278
  gr.Markdown("## 🙏 Feedback and feature requests")
279
  gr.Markdown("""
280
  ### Beta test
281
-
282
  - ClimateGPT welcomes community contributions. To participate, head over to the Community Tab and create a "New Discussion" to ask questions and share your insights.
283
  - 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.
284
- - 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.
285
-
286
  ### Feedbacks
287
  """)
288
 
@@ -293,12 +291,12 @@ ClimateGPT harnesses modern OCR techniques to parse and preprocess IPCC reports.
293
  save_feedback,
294
  inputs=[feedback, user_id_state], # outputs=[thanks]
295
  )
296
- gr.Markdown("If you need us to ask another climate science document or ask any question, contact us at <b>theo.alvesdacosta@ekimetrics.com</b>")
297
 
298
 
299
  with gr.Column(scale = 1):
300
- gr.Markdown("## API")
301
- gr.Accordion("Add your personal openai api key - Optional (see beta-test section on the right)", open=False):
302
  openai_api_key_textbox = gr.Textbox(
303
  placeholder="Paste your OpenAI API key (sk-...) and hit Enter",
304
  show_label=False,
 
278
  gr.Markdown("## 🙏 Feedback and feature requests")
279
  gr.Markdown("""
280
  ### Beta test
 
281
  - ClimateGPT welcomes community contributions. To participate, head over to the Community Tab and create a "New Discussion" to ask questions and share your insights.
282
  - 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.
283
+ - 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.
 
284
  ### Feedbacks
285
  """)
286
 
 
291
  save_feedback,
292
  inputs=[feedback, user_id_state], # outputs=[thanks]
293
  )
294
+ gr.Markdown("If you need us to ask another climate science report or ask any question, contact us at <b>theo.alvesdacosta@ekimetrics.com</b>")
295
 
296
 
297
  with gr.Column(scale = 1):
298
+ gr.Markdown("## OpenAI API")
299
+ gr.Markdown("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.")
300
  openai_api_key_textbox = gr.Textbox(
301
  placeholder="Paste your OpenAI API key (sk-...) and hit Enter",
302
  show_label=False,