nickmuchi commited on
Commit
bddf438
·
1 Parent(s): a739564

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -297,7 +297,7 @@ upload_doc = st.file_uploader(
297
  "Upload a .txt, .pdf, .docx file"
298
  )
299
 
300
- search_query = st.text_input("Please Enter your search query here",value="What are the expectations for inflation in Australia?")
301
 
302
  if validators.url(url_text):
303
  #if input is URL
 
297
  "Upload a .txt, .pdf, .docx file"
298
  )
299
 
300
+ search_query = st.text_input("Please Enter your search query here",value="What are the expectations for inflation for Australia?")
301
 
302
  if validators.url(url_text):
303
  #if input is URL