Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
·
4e6165f
1
Parent(s):
85ef4be
simplify tabs
Browse files
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.
|
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
|
577 |
)
|
578 |
with gr.Accordion(
|
579 |
-
"What is
|
580 |
):
|
581 |
gr.Markdown(
|
582 |
"""
|
@@ -588,7 +588,7 @@ def main():
|
|
588 |
"""
|
589 |
)
|
590 |
with gr.Accordion(
|
591 |
-
"Should I trust
|
592 |
):
|
593 |
gr.Markdown(
|
594 |
"""
|
@@ -605,7 +605,7 @@ def main():
|
|
605 |
"""
|
606 |
)
|
607 |
with gr.Accordion(
|
608 |
-
"Open source packages
|
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 |
"""
|