sharktide commited on
Commit
49efe1d
·
verified ·
1 Parent(s): af82737

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -505,8 +505,8 @@ def generate_tornado_plot(axis, use_trustnet):
505
 
506
  return fig
507
 
508
- with gr.Blocks(theme=gr.themes.Default(), css=".tab-nav-button { font-size: 1.1rem !important; padding: 0.8em; } ") as demo:
509
- gr.Markdown("### STRIKE: A High-Precision AI Framework for Early Prediction of Natural Diasters")
510
  gr.Markdown("##### Preview")
511
  with gr.Tab("🔥 Wildfires"):
512
  with gr.Row():
 
505
 
506
  return fig
507
 
508
+ with gr.Blocks(css=".tab-nav-button { font-size: 1.1rem !important; padding: 0.8em; } ", title="ClimateStrike Preview") as demo:
509
+ gr.Markdown("### ClimateStrike: A High-Precision AI Framework for Early Prediction of Natural Diasters")
510
  gr.Markdown("##### Preview")
511
  with gr.Tab("🔥 Wildfires"):
512
  with gr.Row():