Spaces:
Runtime error
Runtime error
johnowhitaker
commited on
Commit
·
e063d7c
1
Parent(s):
4cdbd0a
Update app.py
Browse files
app.py
CHANGED
@@ -103,6 +103,6 @@ if submitted:
|
|
103 |
gridsize=20, bins=12, cmap='inferno')
|
104 |
axs[0].set_title('Tweet Sentiment and Length')
|
105 |
axs[1].set_title('Tweet Sentiment vs Length')
|
106 |
-
plt.setp(axs[
|
107 |
-
plt.setp(axs[
|
108 |
st.pyplot(fig)
|
|
|
103 |
gridsize=20, bins=12, cmap='inferno')
|
104 |
axs[0].set_title('Tweet Sentiment and Length')
|
105 |
axs[1].set_title('Tweet Sentiment vs Length')
|
106 |
+
plt.setp(axs[:], xlabel='Tweet Length')
|
107 |
+
plt.setp(axs[:], ylabel='Sentiment')
|
108 |
st.pyplot(fig)
|