CCockrum commited on
Commit
1cc629b
·
verified ·
1 Parent(s): 4fbd033

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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: 4em; 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
 
 
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