pgleeson commited on
Commit
cea8bef
·
1 Parent(s): de348fb

Tweak main page -> openworm.ai

Browse files
Files changed (1) hide show
  1. app.py +3 -2
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("OpenWormLLM")
21
- st.markdown("**v%s** - Note: work in progress!" % __version__)
 
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")