Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -74,7 +74,7 @@ CARDS = [
|
|
| 74 |
"title": "Geomechanics",
|
| 75 |
"blurb": "Predict Rock Mechanical Behaviour Using AI",
|
| 76 |
"url": "https://smart-thinking-smw.hf.space", # example target
|
| 77 |
-
"icon": ASSETS / "
|
| 78 |
"style": {
|
| 79 |
"bg_top": "#EEF7FF",
|
| 80 |
"bg_bot": "#F7FBFF",
|
|
@@ -85,7 +85,7 @@ CARDS = [
|
|
| 85 |
"title": "Logging",
|
| 86 |
"blurb": "Generate Synthetic Logging Profiles Using AI",
|
| 87 |
"url": "https://smart-thinking-gr.hf.space", # example target
|
| 88 |
-
"icon": ASSETS / "
|
| 89 |
"style": {
|
| 90 |
"bg_top": "#F8FFF4",
|
| 91 |
"bg_bot": "#FBFFF8",
|
|
|
|
| 74 |
"title": "Geomechanics",
|
| 75 |
"blurb": "Predict Rock Mechanical Behaviour Using AI",
|
| 76 |
"url": "https://smart-thinking-smw.hf.space", # example target
|
| 77 |
+
"icon": ASSETS / "GeoMech_logo.png", # <— card logo file
|
| 78 |
"style": {
|
| 79 |
"bg_top": "#EEF7FF",
|
| 80 |
"bg_bot": "#F7FBFF",
|
|
|
|
| 85 |
"title": "Logging",
|
| 86 |
"blurb": "Generate Synthetic Logging Profiles Using AI",
|
| 87 |
"url": "https://smart-thinking-gr.hf.space", # example target
|
| 88 |
+
"icon": ASSETS / "Log_logo.png", # <— card logo file
|
| 89 |
"style": {
|
| 90 |
"bg_top": "#F8FFF4",
|
| 91 |
"bg_bot": "#FBFFF8",
|