Hamda commited on
Commit
8debe46
1 Parent(s): 7078b67

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ dict_next_words = next_word(sent, pipe)
33
  df = pd.DataFrame.from_dict(dict_next_words)
34
  #df.reset_index(drop=True, inplace=True)
35
 
36
- st.bar_chart(data=df, use_container_width=True)
37
 
 
38
  #st.dataframe(df.style.highlight_max(axis=0))
39
  #st.table(df)
 
33
  df = pd.DataFrame.from_dict(dict_next_words)
34
  #df.reset_index(drop=True, inplace=True)
35
 
 
36
 
37
+ st.bar_chart(df)
38
  #st.dataframe(df.style.highlight_max(axis=0))
39
  #st.table(df)