kaveh commited on
Commit
7af52d1
·
1 Parent(s): 2b58c1c

emoji updated

Browse files
Files changed (1) hide show
  1. S2FApp/app.py +2 -2
S2FApp/app.py CHANGED
@@ -20,13 +20,13 @@ if S2F_ROOT not in sys.path:
20
 
21
  from utils.substrate_settings import list_substrates
22
 
23
- st.set_page_config(page_title="Shape2Force (S2F)", page_icon="🔬", layout="centered")
24
  st.markdown("""
25
  <style>
26
  section[data-testid="stSidebar"] { width: 380px !important; }
27
  </style>
28
  """, unsafe_allow_html=True)
29
- st.title("🔬 Shape2Force (S2F)")
30
  st.caption("Predict traction force maps from bright-field microscopy images of cells or spheroids")
31
 
32
  # Folders: checkpoints in subfolders by model type (single_cell / spheroid)
 
20
 
21
  from utils.substrate_settings import list_substrates
22
 
23
+ st.set_page_config(page_title="Shape2Force (S2F)", page_icon="🦠", layout="centered")
24
  st.markdown("""
25
  <style>
26
  section[data-testid="stSidebar"] { width: 380px !important; }
27
  </style>
28
  """, unsafe_allow_html=True)
29
+ st.title("🦠 Shape2Force (S2F)")
30
  st.caption("Predict traction force maps from bright-field microscopy images of cells or spheroids")
31
 
32
  # Folders: checkpoints in subfolders by model type (single_cell / spheroid)