Spaces:
Runtime error
Runtime error
Kwasiasomani
commited on
Commit
•
8eebf1f
1
Parent(s):
78f1d01
Update app.py
Browse files
app.py
CHANGED
@@ -72,7 +72,7 @@ random_tweet = st.sidebar.radio('Sentiment', ('positive', 'neutral', 'negative')
|
|
72 |
st.sidebar.markdown(df['safe_text'])
|
73 |
|
74 |
|
75 |
-
st.markdown("[Github link](https://github.com/kwasiasomani
|
76 |
st.markdown("[Medium link](https://medium.com/@kwasiasomani85)")
|
77 |
st.markdown('Created by Foster,Kwasi,Linda,Stella,Joshua and Bright')
|
78 |
user_input = st.text_area('Enter text to predict')
|
|
|
72 |
st.sidebar.markdown(df['safe_text'])
|
73 |
|
74 |
|
75 |
+
st.markdown("[Github link](https://github.com/kwasiasomani/Covid-19-Sentimental-Analysis")
|
76 |
st.markdown("[Medium link](https://medium.com/@kwasiasomani85)")
|
77 |
st.markdown('Created by Foster,Kwasi,Linda,Stella,Joshua and Bright')
|
78 |
user_input = st.text_area('Enter text to predict')
|