Update ui/ui.py
Browse files
ui/ui.py
CHANGED
@@ -291,17 +291,17 @@ class ClimateRiskUI:
|
|
291 |
return logcatcher.get_logs()
|
292 |
|
293 |
with gr.Blocks(
|
294 |
-
theme=self.theme, title="π°οΈ
|
295 |
) as app:
|
296 |
|
297 |
gr.Markdown(
|
298 |
"""
|
299 |
-
# π°οΈ
|
300 |
|
301 |
<div style='background: linear-gradient(90deg, #f6f8fa 0%, #e2eafc 100%); border-radius: 10px; padding: 16px 18px; font-size: 16px; margin-bottom: 10px;'>
|
302 |
-
<b>π€ What does
|
303 |
<br><br>
|
304 |
-
|
305 |
πͺοΈ Weather,
|
306 |
π Flood,
|
307 |
π Earthquake,
|
@@ -314,7 +314,7 @@ class ClimateRiskUI:
|
|
314 |
<br><br>
|
315 |
<i>Analysis is fully automated, always up to date, and based on leading data sources: OpenStreetMap πΊοΈ, Open-Meteo π¦οΈ, USGS π, NASA FIRMS π₯.</i>
|
316 |
<br><br>
|
317 |
-
<b>How to use
|
318 |
Use the <b>quick location selection</b> (dropdowns and map) π, or ask complex, personalized questions in <b>natural language</b> π¬.
|
319 |
</div>
|
320 |
"""
|
|
|
291 |
return logcatcher.get_logs()
|
292 |
|
293 |
with gr.Blocks(
|
294 |
+
theme=self.theme, title="π°οΈ SentinelO β Climate Risk Evaluation MultiAgents"
|
295 |
) as app:
|
296 |
|
297 |
gr.Markdown(
|
298 |
"""
|
299 |
+
# π°οΈ SentinelO β Climate Risk Evaluation MultiAgents
|
300 |
|
301 |
<div style='background: linear-gradient(90deg, #f6f8fa 0%, #e2eafc 100%); border-radius: 10px; padding: 16px 18px; font-size: 16px; margin-bottom: 10px;'>
|
302 |
+
<b>π€ What does SentinelO do?</b>
|
303 |
<br><br>
|
304 |
+
SentinelO's AI agents instantly analyze climate risks <b>(
|
305 |
πͺοΈ Weather,
|
306 |
π Flood,
|
307 |
π Earthquake,
|
|
|
314 |
<br><br>
|
315 |
<i>Analysis is fully automated, always up to date, and based on leading data sources: OpenStreetMap πΊοΈ, Open-Meteo π¦οΈ, USGS π, NASA FIRMS π₯.</i>
|
316 |
<br><br>
|
317 |
+
<b>How to use SentinelO?</b><br>
|
318 |
Use the <b>quick location selection</b> (dropdowns and map) π, or ask complex, personalized questions in <b>natural language</b> π¬.
|
319 |
</div>
|
320 |
"""
|