duraad commited on
Commit
89f34cc
ā€¢
1 Parent(s): 7cda596

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 extrancted from A Large Nepali Text Corpus
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")