Update app.py
Browse files
app.py
CHANGED
|
@@ -401,6 +401,6 @@ with col_main:
|
|
| 401 |
|
| 402 |
_, col_fimg1, col_fimg2, _ = st.columns([0.5, 2.5, 2.5, 0.5])
|
| 403 |
with col_fimg1:
|
| 404 |
-
st.image(draw_filtered_kspace(filtered_k), caption="ภาพ K-Space ที่ถูกเลือก", use_container_width=True)
|
| 405 |
with col_fimg2:
|
| 406 |
st.image(draw_mri(mri_result), caption="ภาพ MRI ผลลัพธ์", use_container_width=True)
|
|
|
|
| 401 |
|
| 402 |
_, col_fimg1, col_fimg2, _ = st.columns([0.5, 2.5, 2.5, 0.5])
|
| 403 |
with col_fimg1:
|
| 404 |
+
st.image(draw_filtered_kspace(np.log(filtered_k)), caption="ภาพ K-Space ที่ถูกเลือก", use_container_width=True)
|
| 405 |
with col_fimg2:
|
| 406 |
st.image(draw_mri(mri_result), caption="ภาพ MRI ผลลัพธ์", use_container_width=True)
|