Spaces:
Runtime error
Runtime error
simpler description
Browse files
app.py
CHANGED
@@ -101,7 +101,7 @@ with gr.Blocks(title="🌍 ClimateGPT Ekimetrics", css=css_code) as demo:
|
|
101 |
gr.Markdown("# Welcome to Climate GPT 🌍 !")
|
102 |
gr.Markdown(
|
103 |
""" Climate GPT is an interactive exploration tool designed to help you easily find relevant information based on of Environmental reports such as IPCCs and other environmental reports.
|
104 |
-
\n **How does it work:**
|
105 |
\n ⚠️ Warning: Always refer to the source to ensure the validity of the information communicated.
|
106 |
"""
|
107 |
)
|
|
|
101 |
gr.Markdown("# Welcome to Climate GPT 🌍 !")
|
102 |
gr.Markdown(
|
103 |
""" Climate GPT is an interactive exploration tool designed to help you easily find relevant information based on of Environmental reports such as IPCCs and other environmental reports.
|
104 |
+
\n **How does it work:** when a user sends a message, the system retrieves the most relevant paragraphs from scientific reports that are semantically related to the user's question. These paragraphs are then used to generate a comprehensive and well-sourced answer using a language model.
|
105 |
\n ⚠️ Warning: Always refer to the source to ensure the validity of the information communicated.
|
106 |
"""
|
107 |
)
|