Update app.py
Browse files
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)
|