Spaces:
Build error
Build error
Commit ·
1800168
1
Parent(s): 73284a2
commit
Browse files
app.py
CHANGED
|
@@ -326,9 +326,8 @@ def clear_all():
|
|
| 326 |
# Build Gradio UI
|
| 327 |
with gr.Blocks(title="FireLink - Wildfire Intelligence Tool") as demo:
|
| 328 |
gr.Markdown("## 🔥 FireLink")
|
| 329 |
-
gr.Markdown(""
|
| 330 |
-
|
| 331 |
-
""")
|
| 332 |
gr.Markdown("**Ask about fire risks in a region and view the results as an interactive map.**")
|
| 333 |
|
| 334 |
with gr.Row():
|
|
|
|
| 326 |
# Build Gradio UI
|
| 327 |
with gr.Blocks(title="FireLink - Wildfire Intelligence Tool") as demo:
|
| 328 |
gr.Markdown("## 🔥 FireLink")
|
| 329 |
+
gr.Markdown("**Visualize recent wildfire activity and nearby response resources—powered by satellite data, water occurrence maps, and open geospatial infrastructure.**"
|
| 330 |
+
)
|
|
|
|
| 331 |
gr.Markdown("**Ask about fire risks in a region and view the results as an interactive map.**")
|
| 332 |
|
| 333 |
with gr.Row():
|