pgleeson commited on
Commit
4789047
·
1 Parent(s): 6350034

Tweak homepage

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -327,9 +327,9 @@ def main():
327
  st.image("logo.jpg")
328
  with header2:
329
  with st.container():
330
- st.title("Welcome to Model Description Format")
331
  st.write("ModECI (Model Exchange and Convergence Initiative) is a multi-investigator collaboration that aims to develop a standardized format for exchanging computational models across diverse software platforms and domains of scientific research and technology development, with a particular focus on neuroscience, Machine Learning and Artificial Intelligence. Refer to https://modeci.org/ for more.")
332
- st.header("Lets get started! Choose one of the following methods.")
333
  if __name__ == "__main__":
334
  main()
335
 
 
327
  st.image("logo.jpg")
328
  with header2:
329
  with st.container():
330
+ st.title("Welcome to the Model Description Format UI")
331
  st.write("ModECI (Model Exchange and Convergence Initiative) is a multi-investigator collaboration that aims to develop a standardized format for exchanging computational models across diverse software platforms and domains of scientific research and technology development, with a particular focus on neuroscience, Machine Learning and Artificial Intelligence. Refer to https://modeci.org/ for more.")
332
+ st.header("Let's get started! Choose one of the options on the left to load an MDF model.")
333
  if __name__ == "__main__":
334
  main()
335