jwu249 commited on
Commit
a53d108
·
verified ·
1 Parent(s): f0887a8

Update test.py

Browse files
Files changed (1) hide show
  1. test.py +1 -1
test.py CHANGED
@@ -42,7 +42,7 @@ For the next part and the visual you're seeing now, it is called a word cloud wh
42
  the bigger the word becomes in the visual. To help you understand the word cloud better, I added different colors for each sentiments when you select them. Also I add small texts for the interactions to help you understand what they mean. Additionally, included are different sources for inspiration for this visual. So feel free to
43
  check them out if you want to learn more about word clouds. '''
44
  st.markdown(multi)
45
- st.write("Expert Visualization: (%s)" % url4)
46
  # Load sentiment scores and cleaned text data
47
  data = pd.read_csv('sentiment_scores.csv')
48
  df = pd.read_csv('Xenophobia.csv', encoding='latin1', nrows=5000)
 
42
  the bigger the word becomes in the visual. To help you understand the word cloud better, I added different colors for each sentiments when you select them. Also I add small texts for the interactions to help you understand what they mean. Additionally, included are different sources for inspiration for this visual. So feel free to
43
  check them out if you want to learn more about word clouds. '''
44
  st.markdown(multi)
45
+ st.write("Step 2 Expert Visualization: %s" % url4)
46
  # Load sentiment scores and cleaned text data
47
  data = pd.read_csv('sentiment_scores.csv')
48
  df = pd.read_csv('Xenophobia.csv', encoding='latin1', nrows=5000)