GianJSX commited on
Commit
cfff8c5
·
1 Parent(s): c739942

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -45,8 +45,8 @@ else:
45
  @traceable(run_type="tool")
46
  def invalid_input(html):
47
  # TODO: more checks
48
- if html.startswith("http"):
49
- return True
50
 
51
 
52
  html_content = None
 
45
  @traceable(run_type="tool")
46
  def invalid_input(html):
47
  # TODO: more checks
48
+ print(html)
49
+ return True
50
 
51
 
52
  html_content = None