Spaces:
Build error
Build error
Исправлено хэширование.
Browse files
app.py
CHANGED
@@ -80,7 +80,7 @@ if not text is None and len(text) > 0:
|
|
80 |
|
81 |
# График важности слов.
|
82 |
fig, ax = plt.subplots()
|
83 |
-
ax.
|
84 |
|
85 |
ax.bar(keywords[:,0], keywords[:,1])
|
86 |
st.pyplot(fig)
|
|
|
80 |
|
81 |
# График важности слов.
|
82 |
fig, ax = plt.subplots()
|
83 |
+
ax.set_title("Ключевые слова в порядке важности")
|
84 |
|
85 |
ax.bar(keywords[:,0], keywords[:,1])
|
86 |
st.pyplot(fig)
|