Tweak homepage
Browse files
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("
|
| 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 |
|