RamAnanth1 commited on
Commit
5ac9b51
·
1 Parent(s): e052f63

Fix indent

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -151,7 +151,8 @@ with gr.Blocks(css = css) as demo:
151
  gr.Markdown("""
152
  ## Epidemic Simulation
153
  """)
154
- gr.HTML('''
 
155
  <p style="margin-bottom: 10px; font-size: 94%">
156
  A cadCAD-based simulation of an outbreak of any epidemic using the SEIR compartmental model
157
  </p>
 
151
  gr.Markdown("""
152
  ## Epidemic Simulation
153
  """)
154
+
155
+ gr.HTML('''
156
  <p style="margin-bottom: 10px; font-size: 94%">
157
  A cadCAD-based simulation of an outbreak of any epidemic using the SEIR compartmental model
158
  </p>