Spaces:
Sleeping
Sleeping
Update src/pages/šDatasetsPreparation.py
Browse files
src/pages/šDatasetsPreparation.py
CHANGED
@@ -32,18 +32,18 @@ st.title("Dataset Preparation")
|
|
32 |
st.write("---")
|
33 |
st.header(
|
34 |
"""
|
35 |
-
A Large Nepali Text Corpus
|
36 |
"""
|
37 |
)
|
38 |
|
39 |
-
st.caption("**Table 1.** A Large Nepali Text Corpus")
|
40 |
|
41 |
st.dataframe(datacorpus, use_container_width=True)
|
42 |
|
43 |
st.write("---")
|
44 |
st.header(
|
45 |
"""
|
46 |
-
Sentence
|
47 |
"""
|
48 |
)
|
49 |
st.caption("**Table 2.** Extracted sentences")
|
|
|
32 |
st.write("---")
|
33 |
st.header(
|
34 |
"""
|
35 |
+
A Large Scale Nepali Text Corpus
|
36 |
"""
|
37 |
)
|
38 |
|
39 |
+
st.caption("**Table 1.** A Large Scale Nepali Text Corpus")
|
40 |
|
41 |
st.dataframe(datacorpus, use_container_width=True)
|
42 |
|
43 |
st.write("---")
|
44 |
st.header(
|
45 |
"""
|
46 |
+
Sentence extracted from A Large Scale Nepali Text Corpus
|
47 |
"""
|
48 |
)
|
49 |
st.caption("**Table 2.** Extracted sentences")
|