Spaces:
Running
Running
Tweak main page -> openworm.ai
Browse files
app.py
CHANGED
|
@@ -17,8 +17,9 @@ __version__ = "0.2.5"
|
|
| 17 |
col1, col2 = st.columns([3, 1])
|
| 18 |
|
| 19 |
with col1:
|
| 20 |
-
st.title("
|
| 21 |
-
st.markdown("
|
|
|
|
| 22 |
|
| 23 |
with col2:
|
| 24 |
st.image("images/OpenWormLogo.png")
|
|
|
|
| 17 |
col1, col2 = st.columns([3, 1])
|
| 18 |
|
| 19 |
with col1:
|
| 20 |
+
st.title("OpenWorm.ai")
|
| 21 |
+
st.markdown("Testing the use of LLMs and other AI technology for _C. elegans_ research and computational modelling" )
|
| 22 |
+
st.markdown("**v%s** - Note: this is a work in progress!" % __version__)
|
| 23 |
|
| 24 |
with col2:
|
| 25 |
st.image("images/OpenWormLogo.png")
|