Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -24,8 +24,7 @@ def main():
|
|
24 |
checkpoints['BERT-tiny'] = 'https://055dugvmzl.execute-api.us-east-1.amazonaws.com/beta/'
|
25 |
|
26 |
# User search with default question.
|
27 |
-
user_input = st.text_area("Search box", """I loved the Lord of the Rings trilogy
|
28 |
-
It is a classic and beautifully written story and J.R.R. Tolkein really made Middle-Earth come to life. \
|
29 |
My favorite part of the book though was when the hobbits met Tom Bombadil, it's too bad he was not in the movies.""")
|
30 |
|
31 |
|
|
|
24 |
checkpoints['BERT-tiny'] = 'https://055dugvmzl.execute-api.us-east-1.amazonaws.com/beta/'
|
25 |
|
26 |
# User search with default question.
|
27 |
+
user_input = st.text_area("Search box", """I loved the Lord of the Rings trilogy. It is a classic and beautifully written story and J.R.R. Tolkein really made Middle-Earth come to life. \
|
|
|
28 |
My favorite part of the book though was when the hobbits met Tom Bombadil, it's too bad he was not in the movies.""")
|
29 |
|
30 |
|