isimorfizam commited on
Commit
d749cd0
·
verified ·
1 Parent(s): 3a7e7af

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -153,7 +153,7 @@ st.title("Summarizer")
153
 
154
 
155
  inputs = st.text_area("Your text", default_value, height = 275)
156
- type_of_doc = st.text_area("Type of text", 'qoute from 'The Waves' by Virginia Woolf, height = 25)
157
  button = st.button('Summon the summarizer!')
158
  result = ''
159
  score = ''
 
153
 
154
 
155
  inputs = st.text_area("Your text", default_value, height = 275)
156
+ type_of_doc = st.text_area("Type of text", 'qoute from 'The Waves' by Virginia Woolf", height = 25)
157
  button = st.button('Summon the summarizer!')
158
  result = ''
159
  score = ''