Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -8,6 +8,8 @@ def f(company_name: str):
|
|
8 |
# Load the input data
|
9 |
website,html = CompetitorBot().target_html(company_name)
|
10 |
|
|
|
|
|
11 |
#Parse Website
|
12 |
html_tables = ParseLink(website,html).parse()
|
13 |
|
|
|
8 |
# Load the input data
|
9 |
website,html = CompetitorBot().target_html(company_name)
|
10 |
|
11 |
+
print(html)
|
12 |
+
|
13 |
#Parse Website
|
14 |
html_tables = ParseLink(website,html).parse()
|
15 |
|