Skip to content

Commit

Permalink
🚀 Fixed storage and visualization bug
Browse files Browse the repository at this point in the history
  • Loading branch information
amilworks committed Aug 28, 2023
1 parent 299d08d commit 3bd9d4c
Show file tree
Hide file tree
Showing 4 changed files with 79 additions and 182,971 deletions.
10 changes: 10 additions & 0 deletions cells/streamlit/cellgeometry/Hello.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,16 @@
unsafe_allow_html=True,
)

st.markdown(
"""
<meta property="og:title" content="CellGeometry">
<meta property="og:description" content="A web-based app for Cell Shape Analysis">
<meta property="og:image" content="https://raw.githubusercontent.com/bioshape-lab/cellgeometry/299d08de1aa3a1b3431ccd202f1e87530d2fd722/docs/static/img/cg-social-card-01.png">
<meta property="og:url" content="https://cellgeometry.ece.ucsb.edu">
""",
unsafe_allow_html=True,
)

st.markdown(
"""
## 📝 Project Description
Expand Down
Loading

0 comments on commit 3bd9d4c

Please sign in to comment.