Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -25,8 +25,8 @@ def main():
|
|
25 |
|
26 |
# User search with default question.
|
27 |
user_input = st.text_area("Search box", """I loved the Lord of the Rings trilogy.\
|
28 |
-
|
29 |
-
|
30 |
|
31 |
|
32 |
convert_dict = {}
|
|
|
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 |
|
32 |
convert_dict = {}
|