Update app.py
Browse files
app.py
CHANGED
@@ -281,16 +281,16 @@ ClimateGPT harnesses modern OCR techniques to parse and preprocess IPCC reports.
|
|
281 |
"""
|
282 |
)
|
283 |
|
284 |
-
|
285 |
-
|
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")
|