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