We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dd8c7b commit 1b561d3Copy full SHA for 1b561d3
app.py
@@ -68,7 +68,7 @@ def get_hugging_face_dataset(name):
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🤖", "Short Documents🌐", "Biased Content🛡️", "Contamination🧹", "Duplication🔍"])
+ ["Introduction", "Junk Data🤖", "Biased Content🛡️", "Short Documents🌐", "Contamination🧹", "Duplication🔍"])
72
with tab0:
73
74
st.markdown(
0 commit comments