Spaces:
Build error
Build error
Update app.py
Browse files
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())
|