Polo123 commited on
Commit
ee693c6
1 Parent(s): f8a2c5f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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