fiona commited on
Commit
5308ba8
1 Parent(s): 8d03983

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ if __name__ == "__main__":
27
  st.title('🗣️TalkToMyDoc📄')
28
 
29
  # Text input widget
30
- user_input = st.text_input('Enter a question about Hitch Hitchhiker\'s Guide:', '', help='🗣️TalkToMyDoc📄 is a tool that allows you to ask questions about a document. In this case - Hitch Hitchhiker\'s Guide to the Galaxy..')
31
 
32
  # Displaying output directly below the input field
33
  if user_input:
 
27
  st.title('🗣️TalkToMyDoc📄')
28
 
29
  # Text input widget
30
+ user_input = st.text_input('Enter a question about Hitchhiker\'s Galaxy Guide book:', '', help='🗣️TalkToMyDoc📄 is a tool that allows you to ask questions about a document. In this case - Hitch Hitchhiker\'s Guide to the Galaxy..')
31
 
32
  # Displaying output directly below the input field
33
  if user_input: