UCS2014 commited on
Commit
90fe7e3
·
verified ·
1 Parent(s): f356444

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -38,10 +38,10 @@ APP2 = {
38
  }
39
  # NEW third card (edit title/url/blurb/thumb/colors as needed)
40
  APP3 = {
41
- "title": "ST_GeoMech_Ym",
42
- "url": "https://smart-thinking-ym.hf.space/", # <-- replace with your Space URL
43
  "thumb": ASSETS / "app3.png", # <-- upload this image
44
- "blurb": "Real-Time Static Young's Modulus Prediction",
45
  "bg": "#F9F6FF", # very light purple
46
  "border":"#EDE6FF", # light purple border
47
  }
@@ -193,4 +193,4 @@ st.markdown(
193
  </div>
194
  """,
195
  unsafe_allow_html=True,
196
- )
 
38
  }
39
  # NEW third card (edit title/url/blurb/thumb/colors as needed)
40
  APP3 = {
41
+ "title": "ST_Third_App",
42
+ "url": "https://example.com/", # <-- replace with your Space URL
43
  "thumb": ASSETS / "app3.png", # <-- upload this image
44
+ "blurb": "Describe your third app here",
45
  "bg": "#F9F6FF", # very light purple
46
  "border":"#EDE6FF", # light purple border
47
  }
 
193
  </div>
194
  """,
195
  unsafe_allow_html=True,
196
+ )