Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -45,8 +45,8 @@ else:
|
|
45 |
@traceable(run_type="tool")
|
46 |
def invalid_input(html):
|
47 |
# TODO: more checks
|
48 |
-
|
49 |
-
|
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
|