Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
shvuuuu
/
twitter-sentiment-analysis
like
6
Sleeping
App
Files
Files
Community
1
shvuuuu
commited on
Jun 2, 2023
Commit
7223744
•
1 Parent(s):
d16624b
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -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(
)
)