zulissimeta commited on
Commit
d3943ba
·
1 Parent(s): 40da54c

more tweaks

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -213,9 +213,9 @@ def main():
213
  with gr.Tab("2. Explore UMA's capabilities"):
214
  gr.Markdown(
215
  """
216
- These next examples are designed to show how the UMA model can be applied to different domains and types of structures, and how different model inputs can impact the results!
217
- * As you try each one, look at how the inputs change below, and the simulation outputs change on the right
218
- * Each UMA task corresponds to a different domain of chemistry, and a different Density Functional Theory (DFT) code and level of theory that was used for the training data.
219
  """
220
  )
221
  gr.Examples(
@@ -555,7 +555,7 @@ def main():
555
  gr.Markdown(
556
  """
557
 
558
- Feel free to try changing some of the settings below and re-run the simulations to see how the results can vary.
559
 
560
  Once you understand how the UMA model can be applied to different types of molecules and materials, the final tab above will help you try it out with your own structures!
561
  """
 
213
  with gr.Tab("2. Explore UMA's capabilities"):
214
  gr.Markdown(
215
  """
216
+ These next examples are designed to show how the UMA model can be applied to different domains and types of structures, and how different model inputs can impact the results! Each UMA task corresponds to a different domain of chemistry, and a different Density Functional Theory (DFT) code and level of theory that was used for the training data.
217
+
218
+ As you try each one, look at how the inputs change below, and the simulation outputs change on the right. Feel free to try changing some of the settings below and re-run the simulations to see how the results can vary.
219
  """
220
  )
221
  gr.Examples(
 
555
  gr.Markdown(
556
  """
557
 
558
+
559
 
560
  Once you understand how the UMA model can be applied to different types of molecules and materials, the final tab above will help you try it out with your own structures!
561
  """