Spaces:
Runtime error
Runtime error
Commit
·
d26740e
1
Parent(s):
63a8ce1
Update app.py
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ def get_xml(url):
|
|
40 |
# use urllib.parse to check for formula1.com website or other news
|
41 |
xml = pd.read_xml(url,xpath='channel/item')
|
42 |
|
43 |
-
previous_xml =
|
44 |
|
45 |
|
46 |
# care taken to only consider results where there are more words not a single word quotes
|
|
|
40 |
# use urllib.parse to check for formula1.com website or other news
|
41 |
xml = pd.read_xml(url,xpath='channel/item')
|
42 |
|
43 |
+
previous_xml = pd.DataFrame()
|
44 |
|
45 |
|
46 |
# care taken to only consider results where there are more words not a single word quotes
|