Spaces:
Runtime error
Runtime error
Francisco Santos
commited on
Commit
•
a986fa6
1
Parent(s):
816c9b2
requirements edit
Browse files- app.py +1 -1
- requirements.txt +1 -1
app.py
CHANGED
@@ -152,7 +152,7 @@ def process_files(html_file, json_file):
|
|
152 |
# print(str(json_execution_time) + " - " + str(json_classified_lines))
|
153 |
#FILL HERE
|
154 |
|
155 |
-
print(type(json_classified_lines))
|
156 |
# Assuming your function returns the processed HTML
|
157 |
#json_classified_lines
|
158 |
#return '\n'.join(map(str, html_classified_lines))
|
|
|
152 |
# print(str(json_execution_time) + " - " + str(json_classified_lines))
|
153 |
#FILL HERE
|
154 |
|
155 |
+
#print(type(json_classified_lines))
|
156 |
# Assuming your function returns the processed HTML
|
157 |
#json_classified_lines
|
158 |
#return '\n'.join(map(str, html_classified_lines))
|
requirements.txt
CHANGED
@@ -1 +1 @@
|
|
1 |
-
|
|
|
1 |
+
beautifulsoup4==4.12.2
|