zulissimeta commited on
Commit
4e6165f
·
1 Parent(s): 85ef4be

simplify tabs

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -132,7 +132,7 @@ def main():
132
  "# Meta's Universal Model for Atoms (UMA) Educational Demo"
133
  )
134
 
135
- with gr.Tab("1. Your first UMA simulation!"):
136
 
137
  with gr.Row():
138
  gr.Examples(
@@ -573,10 +573,10 @@ def main():
573
 
574
  with gr.Sidebar(open=True):
575
  gr.Markdown(
576
- "## Learn more about the Universal Model for Atoms (UMA)"
577
  )
578
  with gr.Accordion(
579
- "What is the Universal Model for Atoms?", open=False
580
  ):
581
  gr.Markdown(
582
  """
@@ -588,7 +588,7 @@ def main():
588
  """
589
  )
590
  with gr.Accordion(
591
- "Should I trust the UMA simulations?", open=False
592
  ):
593
  gr.Markdown(
594
  """
@@ -605,7 +605,7 @@ def main():
605
  """
606
  )
607
  with gr.Accordion(
608
- "Open source packages used in this demo", open=False
609
  ):
610
  gr.Markdown(
611
  """
 
132
  "# Meta's Universal Model for Atoms (UMA) Educational Demo"
133
  )
134
 
135
+ with gr.Tab("1. First UMA simulation!"):
136
 
137
  with gr.Row():
138
  gr.Examples(
 
573
 
574
  with gr.Sidebar(open=True):
575
  gr.Markdown(
576
+ "## Learn more about UMA"
577
  )
578
  with gr.Accordion(
579
+ "What is UMA?", open=False
580
  ):
581
  gr.Markdown(
582
  """
 
588
  """
589
  )
590
  with gr.Accordion(
591
+ "Should I trust UMA?", open=False
592
  ):
593
  gr.Markdown(
594
  """
 
605
  """
606
  )
607
  with gr.Accordion(
608
+ "Open source packages in this demo", open=False
609
  ):
610
  gr.Markdown(
611
  """