broadfield-dev commited on
Commit
31e0794
·
verified ·
1 Parent(s): 0f33a84

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -272,14 +272,12 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
272
 
273
  gr.Markdown(
274
  """
275
- <div align='center'>
276
  # ☀️ Surya: Live Forecast Demo ☀️
277
  ### A Foundation Model for Solar Dynamics
278
  This demo runs NASA's **Surya**, a foundation model trained to understand the physics of the Sun.
279
  It looks at the Sun in 13 different channels (wavelengths of light) simultaneously to learn the complex relationships between phenomena like coronal loops, magnetic fields, and solar flares. By seeing these interconnected views, it can generate a holistic forecast of what the entire solar disk will look like in the near future.
280
  <br>
281
  <p style="color:red;font-weight:bold;">NOTE: This demo uses lower-quality browse images for reliability. The model was trained on high-fidelity scientific data, so forecast accuracy may vary.</p>
282
- </div>
283
  """
284
  )
285
 
 
272
 
273
  gr.Markdown(
274
  """
 
275
  # ☀️ Surya: Live Forecast Demo ☀️
276
  ### A Foundation Model for Solar Dynamics
277
  This demo runs NASA's **Surya**, a foundation model trained to understand the physics of the Sun.
278
  It looks at the Sun in 13 different channels (wavelengths of light) simultaneously to learn the complex relationships between phenomena like coronal loops, magnetic fields, and solar flares. By seeing these interconnected views, it can generate a holistic forecast of what the entire solar disk will look like in the near future.
279
  <br>
280
  <p style="color:red;font-weight:bold;">NOTE: This demo uses lower-quality browse images for reliability. The model was trained on high-fidelity scientific data, so forecast accuracy may vary.</p>
 
281
  """
282
  )
283