Spaces:
Sleeping
Sleeping
James MacQuillan
commited on
Commit
·
f1816c4
1
Parent(s):
07c10bd
push
Browse files
app.py
CHANGED
@@ -433,7 +433,7 @@ def detect_data_request(user_input, history):
|
|
433 |
if "yes" in full_response.lower():
|
434 |
url = full_response[3:] # Extract the URL part
|
435 |
try:
|
436 |
-
gr.Info('searching the web sites that may contain the
|
437 |
request = requests.get(url)
|
438 |
request.raise_for_status()
|
439 |
|
|
|
433 |
if "yes" in full_response.lower():
|
434 |
url = full_response[3:] # Extract the URL part
|
435 |
try:
|
436 |
+
gr.Info('searching the web for sites that may contain the data you want')
|
437 |
request = requests.get(url)
|
438 |
request.raise_for_status()
|
439 |
|