Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 = ''
|