Skip to content

Commit 1b561d3

Browse files
committed
Fix tab
1 parent 7dd8c7b commit 1b561d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def get_hugging_face_dataset(name):
6868
sample_rate_option = st.sidebar.slider('Select sample rate', value=0.05, min_value=0.1, max_value=1.0, step=0.1)
6969

7070
tab0, tab1, tab2, tab3, tab4, tab5 = st.tabs(
71-
["Introduction", "Junk Data🤖", "Short Documents🌐", "Biased Content🛡️", "Contamination🧹", "Duplication🔍"])
71+
["Introduction", "Junk Data🤖", "Biased Content🛡️", "Short Documents🌐", "Contamination🧹", "Duplication🔍"])
7272
with tab0:
7373

7474
st.markdown(

0 commit comments

Comments
 (0)