johnowhitaker commited on
Commit
e063d7c
1 Parent(s): 4cdbd0a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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[-1, :], xlabel='Tweet Length')
107
- plt.setp(axs[:, 0], ylabel='Sentiment')
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)