Hamda commited on
Commit
a653af3
·
1 Parent(s): 7bf116f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ df = pd.DataFrame.from_dict(dict_next_words)
36
  sns.set_theme(style="whitegrid")
37
  sns.set_color_codes("pastel")
38
  fig, ax = plt.subplots(figsize=(6, 15))
39
- sns.barplot(x='Score', y='Word', hue='level_0', data=df, orient = 'h')
40
  st.pyplot(fig)
41
 
42
  #st.table(df)
 
36
  sns.set_theme(style="whitegrid")
37
  sns.set_color_codes("pastel")
38
  fig, ax = plt.subplots(figsize=(6, 15))
39
+ sns.barplot(x='Score', y='Word', data=df, orient = 'h')
40
  st.pyplot(fig)
41
 
42
  #st.table(df)