Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -254,11 +254,15 @@ def analyze_conditions(region):
|
|
254 |
return mapper.analyze_surfing_conditions(region)
|
255 |
|
256 |
# Define the Gradio interface
|
257 |
-
with gr.Blocks(title="Ocean Current
|
258 |
gr.Markdown("""
|
259 |
-
|
|
|
|
|
260 |
|
261 |
-
|
|
|
|
|
262 |
|
263 |
**Features:**
|
264 |
- Real-time current visualization
|
|
|
254 |
return mapper.analyze_surfing_conditions(region)
|
255 |
|
256 |
# Define the Gradio interface
|
257 |
+
with gr.Blocks(title="Ocean Current Mapper", theme=gr.themes.Ocean()) as demo:
|
258 |
gr.Markdown("""
|
259 |
+
<h1 style="font-size: 3em; text-align: center; color: #2E86AB; margin-bottom: 0.5em;">
|
260 |
+
Real-Time Ocean Current Mapping Tool
|
261 |
+
</h1>
|
262 |
|
263 |
+
<div style="text-align: center; font-size: 1.2em; margin-bottom: 2em;">
|
264 |
+
An AI-powered application for visualizing ocean currents, designed for oceanographers and surfers.
|
265 |
+
</div>
|
266 |
|
267 |
**Features:**
|
268 |
- Real-time current visualization
|