Donlagon007 commited on
Commit
8c115e6
·
verified ·
1 Parent(s): a0bc3fc

Update app_meta_analysis.py

Browse files
Files changed (1) hide show
  1. app_meta_analysis.py +1 -7
app_meta_analysis.py CHANGED
@@ -394,7 +394,7 @@ with tab1:
394
  st.markdown("#### 🔮 預測新研究效果")
395
  pred = results['predictive']
396
 
397
- col1, col2, col3 = st.columns(3)
398
 
399
  with col1:
400
  st.metric(
@@ -411,12 +411,6 @@ with tab1:
411
  help="預測的勝算比"
412
  )
413
 
414
- with col3:
415
- st.metric(
416
- "不確定性倍數",
417
- f"{pred['uncertainty_ratio']:.2f}x",
418
- help="相比整體效應的不確定性增加"
419
- )
420
 
421
  st.markdown("---")
422
 
 
394
  st.markdown("#### 🔮 預測新研究效果")
395
  pred = results['predictive']
396
 
397
+ col1, col2 = st.columns(2)
398
 
399
  with col1:
400
  st.metric(
 
411
  help="預測的勝算比"
412
  )
413
 
 
 
 
 
 
 
414
 
415
  st.markdown("---")
416