Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -134,7 +134,7 @@ def main():
|
|
134 |
st.markdown(tweet_display, unsafe_allow_html=True)
|
135 |
|
136 |
st.write("## Our Insights")
|
137 |
-
st.write("We developed a tweet generator
|
138 |
|
139 |
|
140 |
|
|
|
134 |
st.markdown(tweet_display, unsafe_allow_html=True)
|
135 |
|
136 |
st.write("## Our Insights")
|
137 |
+
st.write("We developed a tweet generator for each party. For one part of our evaluation, we have generated 'Fake Tweets' by taking the first words of a 'Real Tweet' as input for our model. We have then performed Topic Modelling on the 'Fake Tweets' to evaluate if the model has picked up a party's rhetoric.")
|
138 |
|
139 |
|
140 |
|