shvuuuu commited on
Commit
7223744
1 Parent(s): d16624b

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)
 
137
  st.plotly_chart(fig)
138
 
139
  # tweet sample
140
+ st.markdown(df.to_markdown())