chumpblocckami commited on
Commit
27b228e
1 Parent(s): a9cf63c

fix: updated default text

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -40,7 +40,10 @@ option = st.selectbox('Select model',
40
  ("dslim/bert-base-NER",
41
  "dslim/bert-large-NER",
42
  "Davlan/bert-base-multilingual-cased-ner-hrl"))
43
- default_text = "Xbox v PlayStation: Giants clash over Call of Duty: Xbox owner Microsoft has hit back at claims its plan to buy the maker of Call of Duty may unfairly affect its rivals, including Sony, which owns PlayStation."
 
 
 
44
  text = st.text_area('Enter text here:', value=default_text)
45
  st.write('Model used for prediction:', option)
46
  submit = st.button('Predict')
 
40
  ("dslim/bert-base-NER",
41
  "dslim/bert-large-NER",
42
  "Davlan/bert-base-multilingual-cased-ner-hrl"))
43
+ default_text = """Mark Zuckerberg has unveiled a new VR headset, the Quest Pro, at an online event held for developers. With a price tag of $1,499, Quest Pro is almost four times the price of Meta's current headset, the Quest 2, which starts at $399. It boasts thinner lenses, a curved battery around the head strap at the back, and controllers which self-track. The headset also allows users to see their real environment around the periphery of the screen. Quest Pro has mixed reality capabilities, unlike its predecessor - meaning digital content can be viewed overlaid on the real world.
44
+ Meta boss Mark Zuckerberg said mixed reality was "the next major step for VR".
45
+ Gartner analyst Tuong Nguyen said the high launch price made it a device more suited to "high-end, enthusiast and potentially enterprise users" than mass-market. Microsoft CEO Satya Nadella also announced that the office platform Windows 365 will be available on it, as Meta seeks to position mixed and virtual reality as a work tool as well as a form of entertainment."""
46
+
47
  text = st.text_area('Enter text here:', value=default_text)
48
  st.write('Model used for prediction:', option)
49
  submit = st.button('Predict')