dhmeltzer commited on
Commit
a2ad80c
·
1 Parent(s): 30835b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 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
 
 
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