PaulB7 commited on
Commit
d0883e0
Β·
verified Β·
1 Parent(s): 92eef78

Update ui/ui.py

Browse files
Files changed (1) hide show
  1. ui/ui.py +5 -5
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="πŸ›°οΈ Sentinel One – Climate Risk Evaluation MultiAgents"
295
  ) as app:
296
 
297
  gr.Markdown(
298
  """
299
- # πŸ›°οΈ Sentinel One – 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 Sentinel One do?</b>
303
  <br><br>
304
- Sentinel One's AI agents instantly analyze climate risks <b>(
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 Sentinel One?</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
  """
 
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
  """