CCockrum commited on
Commit
5ccf762
·
verified ·
1 Parent(s): 7ae303e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -3
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 Mapping Tool", theme=gr.themes.Ocean()) as demo:
258
  gr.Markdown("""
259
- Real-Time Ocean Current Mapper
 
 
260
 
261
- An AI-powered application for visualizing ocean currents, designed for oceanographers and surfers.
 
 
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