Skip to content

Commit

Permalink
Fix typo in PDF bot (docker#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsonr committed Nov 13, 2023
1 parent e8cc3b3 commit 88c10d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdf_bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def main():
)

# Accept user questions/query
query = st.text_input("Ask questions about related your upload pdf file")
query = st.text_input("Ask questions about your PDF file")

if query:
stream_handler = StreamHandler(st.empty())
Expand Down

0 comments on commit 88c10d8

Please sign in to comment.