Spaces:
Paused
Paused
Update app.py
Browse files
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": "
|
| 42 |
-
"url": "https://
|
| 43 |
"thumb": ASSETS / "app3.png", # <-- upload this image
|
| 44 |
-
"blurb": "
|
| 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 |
+
)
|