Nicha1234 commited on
Commit
4381e64
·
verified ·
1 Parent(s): 6753f14

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(np.log(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(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)