lterriel commited on
Commit
b4ed97c
Β·
1 Parent(s): 519b419

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -102,7 +102,7 @@ if option == "Inter-Annotator Agreement results":
102
  # Display in app
103
  cont_kappa = st.container()
104
  cont_kappa.title("Inter-Annotator Agreement (IAA) results")
105
- tab1, tab2, tab3, tab4, tab5 = cont_kappa.tabs(
106
  ["πŸ“ˆ IAA metrics", "πŸ—ƒ IAA Metrics Legend", "βœ”οΈ Agree annotations", "❌ Disagree annotations",
107
  "🏷️ Global Labels Statistics"])
108
  tab1.subheader("Fleiss Kappa (global score for group):")
 
102
  # Display in app
103
  cont_kappa = st.container()
104
  cont_kappa.title("Inter-Annotator Agreement (IAA) results")
105
+ tab1, tab2, tab3, tab4, tab5 = st.tabs(
106
  ["πŸ“ˆ IAA metrics", "πŸ—ƒ IAA Metrics Legend", "βœ”οΈ Agree annotations", "❌ Disagree annotations",
107
  "🏷️ Global Labels Statistics"])
108
  tab1.subheader("Fleiss Kappa (global score for group):")