Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -165,6 +165,7 @@ def search_arxiv(query):
|
|
| 165 |
ReferenceLinks = extract_urls(References)
|
| 166 |
|
| 167 |
RunSecondQuery = True
|
|
|
|
| 168 |
if RunSecondQuery:
|
| 169 |
# Search 2 - Retrieve the Summary with Papers Context and Original Query
|
| 170 |
response2 = client.predict(
|
|
|
|
| 165 |
ReferenceLinks = extract_urls(References)
|
| 166 |
|
| 167 |
RunSecondQuery = True
|
| 168 |
+
results=''
|
| 169 |
if RunSecondQuery:
|
| 170 |
# Search 2 - Retrieve the Summary with Papers Context and Original Query
|
| 171 |
response2 = client.predict(
|