Update app.py
Browse files
app.py
CHANGED
|
@@ -257,11 +257,11 @@ with col_main:
|
|
| 257 |
_, col_img_center, _ = st.columns([1.5, 3, 1.5])
|
| 258 |
with col_img_center:
|
| 259 |
# เช็คไฟล์รูปภาพใหม่
|
| 260 |
-
if os.path.exists("
|
| 261 |
-
st.image("
|
| 262 |
# เพิ่มคำอธิบายอ้างอิงด้านล่างภาพ
|
| 263 |
st.markdown(
|
| 264 |
-
"""<p class="reference-text">ภาพ
|
| 265 |
<a href="https://youtu.be/cfE6SL2Xj6o?t=68" target="_blank">https://youtu.be/cfE6SL2Xj6o?t=68</a></p>""",
|
| 266 |
unsafe_allow_html=True
|
| 267 |
)
|
|
|
|
| 257 |
_, col_img_center, _ = st.columns([1.5, 3, 1.5])
|
| 258 |
with col_img_center:
|
| 259 |
# เช็คไฟล์รูปภาพใหม่
|
| 260 |
+
if os.path.exists("kspaceaxis.png"):
|
| 261 |
+
st.image("kspaceaxis.png", use_container_width=True)
|
| 262 |
# เพิ่มคำอธิบายอ้างอิงด้านล่างภาพ
|
| 263 |
st.markdown(
|
| 264 |
+
"""<p class="reference-text">ภาพจาก: Clover Learning. (2024). <i>MRI k-space made easy - MRI physics explained</i> [Video]. YouTube.
|
| 265 |
<a href="https://youtu.be/cfE6SL2Xj6o?t=68" target="_blank">https://youtu.be/cfE6SL2Xj6o?t=68</a></p>""",
|
| 266 |
unsafe_allow_html=True
|
| 267 |
)
|