Spaces:
Runtime error
Runtime error
fix tab
Browse files
app.py
CHANGED
@@ -68,7 +68,7 @@ with st.spinner('Loading meta'):
|
|
68 |
sample_rate_option = st.sidebar.slider('Select sample rate', value=0.05, min_value=0.1, max_value=1.0, step=0.1)
|
69 |
|
70 |
tab0, tab1, tab2, tab3, tab4, tab5 = st.tabs(
|
71 |
-
["Introduction", "Junk Data🤖", "
|
72 |
with tab0:
|
73 |
|
74 |
st.markdown(
|
|
|
68 |
sample_rate_option = st.sidebar.slider('Select sample rate', value=0.05, min_value=0.1, max_value=1.0, step=0.1)
|
69 |
|
70 |
tab0, tab1, tab2, tab3, tab4, tab5 = st.tabs(
|
71 |
+
["Introduction", "Junk Data🤖", "Biased Content🛡️", "Short Documents🌐", "Contamination🧹", "Duplication🔍"])
|
72 |
with tab0:
|
73 |
|
74 |
st.markdown(
|