Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 =
|
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):")
|