ifisch commited on
Commit
0acbbb6
·
verified ·
1 Parent(s): af827e7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 that analyzes the dataset for each party. To view the insights, select the button to see the most common topics each party wrote about.")
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