tiffank1802 commited on
Commit ·
f08f17f
1
Parent(s): 298ea8a
Replace local image references with placeholders for deployment
Browse files
src/exercises/__init__.py
CHANGED
|
@@ -796,7 +796,7 @@ def show_exercise_4():
|
|
| 796 |
""")
|
| 797 |
|
| 798 |
# Diagramme interactif
|
| 799 |
-
st.image("
|
| 800 |
caption="Schéma du robot souple - Rapport étudiant")
|
| 801 |
|
| 802 |
with col2:
|
|
|
|
| 796 |
""")
|
| 797 |
|
| 798 |
# Diagramme interactif
|
| 799 |
+
st.image("https://via.placeholder.com/400x300/4A90E2/FFFFFF?text=Robot+Souple+Schema",
|
| 800 |
caption="Schéma du robot souple - Rapport étudiant")
|
| 801 |
|
| 802 |
with col2:
|
src/introduction/__init__.py
CHANGED
|
@@ -35,7 +35,7 @@ def show_introduction():
|
|
| 35 |
""")
|
| 36 |
|
| 37 |
with col2:
|
| 38 |
-
st.image("
|
| 39 |
caption="Architecture d'un jumeau numérique")
|
| 40 |
|
| 41 |
# Démonstration interactive simple
|
|
|
|
| 35 |
""")
|
| 36 |
|
| 37 |
with col2:
|
| 38 |
+
st.image("https://via.placeholder.com/400x300/4A90E2/FFFFFF?text=Digital+Twin+Architecture",
|
| 39 |
caption="Architecture d'un jumeau numérique")
|
| 40 |
|
| 41 |
# Démonstration interactive simple
|