Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
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:
|