Nicha1234 commited on
Commit
48242c0
·
verified ·
1 Parent(s): 08ab726

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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("image_729a00.jpg"):
261
- st.image("image_729a00.jpg", 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
  )
 
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
  )