changgun commited on
Commit
0d98fd6
1 Parent(s): ff168b2
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -19,8 +19,8 @@ def test_v02():
19
  dataset = load_dataset("merve/poetry", streaming=True)
20
  print(dataset)
21
  df = pd.DataFrame.from_dict(dataset["train"])
22
- # st.write("Most appearing words including stopwords")
23
- # # st.bar_chart(words[0:50])
24
  # st.write("Number of poems for each author")
25
  # sns.catplot(x="author", data=df, kind="count", aspect = 4)
26
  # plt.xticks(rotation=90)
 
19
  dataset = load_dataset("merve/poetry", streaming=True)
20
  print(dataset)
21
  df = pd.DataFrame.from_dict(dataset["train"])
22
+ st.write("Most appearing words including stopwords")
23
+ # st.bar_chart(words[0:50])
24
  # st.write("Number of poems for each author")
25
  # sns.catplot(x="author", data=df, kind="count", aspect = 4)
26
  # plt.xticks(rotation=90)