Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -405,8 +405,8 @@ def load_html(conv,ind,files):
|
|
| 405 |
for dd in th:
|
| 406 |
print(dd)
|
| 407 |
|
|
|
|
| 408 |
'''
|
| 409 |
-
|
| 410 |
for vv in files[second]:
|
| 411 |
print(vv)
|
| 412 |
try:
|
|
@@ -427,9 +427,10 @@ def load_html(conv,ind,files):
|
|
| 427 |
#if bb['num'] in files[second]:
|
| 428 |
if bb['num'] in files[second]:
|
| 429 |
print("YES")
|
| 430 |
-
for ea in files[second]:
|
| 431 |
-
|
| 432 |
-
|
|
|
|
| 433 |
'''
|
| 434 |
print("LOAD HTML")
|
| 435 |
#print(conv)
|
|
|
|
| 405 |
for dd in th:
|
| 406 |
print(dd)
|
| 407 |
|
| 408 |
+
|
| 409 |
'''
|
|
|
|
| 410 |
for vv in files[second]:
|
| 411 |
print(vv)
|
| 412 |
try:
|
|
|
|
| 427 |
#if bb['num'] in files[second]:
|
| 428 |
if bb['num'] in files[second]:
|
| 429 |
print("YES")
|
| 430 |
+
#for ea in files[second]:
|
| 431 |
+
# print(ea)
|
| 432 |
+
ht+=f"""<pre class="bpost"><div class="bhead"><h1>{dd}</h1><h2>{bb['title']}</h2><br><h5>{bb['description']}</h5><br>{bb['date']}<br>{bb['link']}<br>{bb['noun_phrases']}</div></pre>"""
|
| 433 |
+
|
| 434 |
'''
|
| 435 |
print("LOAD HTML")
|
| 436 |
#print(conv)
|