Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -288,7 +288,7 @@ def analyze_conditions(region):
|
|
288 |
# Define the Gradio interface
|
289 |
with gr.Blocks(title="Ocean Current Mapper", theme=gr.themes.Ocean()) as demo:
|
290 |
gr.Markdown("""
|
291 |
-
<h1 style="font-size:
|
292 |
Real-Time Ocean Current Mapping Tool
|
293 |
</h1>
|
294 |
|
|
|
288 |
# Define the Gradio interface
|
289 |
with gr.Blocks(title="Ocean Current Mapper", theme=gr.themes.Ocean()) as demo:
|
290 |
gr.Markdown("""
|
291 |
+
<h1 style="font-size: 3em; text-align: center; color: #1e3a8a; text-shadow: 2px 2px 4px rgba(0,0,0,0.3); font-family: 'Arial Black', sans-serif;">
|
292 |
Real-Time Ocean Current Mapping Tool
|
293 |
</h1>
|
294 |
|