shvuuuu commited on
Commit
cadcdb3
1 Parent(s): 4d90b65

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -137,4 +137,4 @@ if st.sidebar.button("Get tweets!"):
137
  st.plotly_chart(fig)
138
 
139
  # tweet sample
140
- st.markdown(df.sample(n=5).to_markdown())
 
137
  st.plotly_chart(fig)
138
 
139
  # tweet sample
140
+ st.markdown(df.sample(n=twitter_count).to_markdown())