green commited on
Commit
a3285c8
1 Parent(s): c98eb20

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -302,9 +302,13 @@ with st.form(key='columns_in_form'):
302
  # Summarize the findings for all models
303
  show_length_graph()
304
 
 
 
 
 
305
  st.subheader("Issues: ")
306
  st.write("Repetition:")
307
- rep_check = check_for_word_and_word(digestor.text)
308
  if rep_check is not None:
309
  st.write(f"Following phrases repeat: {rep_check}")
310
  else:
 
302
  # Summarize the findings for all models
303
  show_length_graph()
304
 
305
+ text = """ Amara Walker: Christina Yuna Lee, 35, was brutally stabbed dozens of times in her apartment . Walker: It's the same feeling I felt when a man went on a shooting spree in Atlanta-area spas last year, murdering eight people in two counties, six of them Asian women . Walker says Lee's suspected killer is homeless and homeless . Recent NYPD data shows a 361% rise in anti-Asian hate crimes from 2020 to 2021 . 65% of hate incidents are reported by Asian American women, according to Stop AAPI Hate, a national coalition . Many Asian women are changing their daily routines, walking down the street in groups, frequently looking behind their backs, or avoiding public transportation . The perceptions that Asian American women are subhuman sex objects or exotic fantasies reduce us to easy prey . Michelle Alyssa Go, 40, was pushed directly in front of an oncoming train at Times Square station in January . Go's attack is a reminder that gender and race are inextricably connected, making us especially vulnerable to violence . Google gives employees one more month of being fully remote before requiring them back in the office at least three days a week . The tech giant will "end the voluntary WFH period" on April 4 that it gave its employees at the start of the coronavirus pandemic in 2020 . The change will apply to "Google's Bay Area offices and several other US locations"
306
+ The National Covid-19 Preparedness Plan will require additional funding from Congress . A major new part of the plan includes a new "Test to Treat" initiative that President Joe Biden announced during his State of the Union address Tuesday night . The administration will continue to make hundreds of millions of high-quality masks available to Americans .
307
+ Hawaii Gov. David Ige announced that the state's travel quarantine and Safe Travels Hawaii program will end on March 25 . The Safe Travels program applies only to domestic arrivals . International arrivals must still follow federal requirements (see below). The state's mask mandate remains in place for now . Unvaccinated travelers from abroad are no longer allowed, with limited exceptions . Americans are still allowed to travel to Hawaii, regardless of vaccination status . All restrictions on intercounty travel have been lifted, meaning no pre-travel testing or quarantining is needed for travel between the Hawaiian islands . """
308
+
309
  st.subheader("Issues: ")
310
  st.write("Repetition:")
311
+ rep_check = check_for_word_and_word(text)
312
  if rep_check is not None:
313
  st.write(f"Following phrases repeat: {rep_check}")
314
  else: