Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -24,7 +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. It is a classic and beautifully written story
|
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 |
|
|
|
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. \
|
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 |
|