Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -55,7 +55,7 @@ def details_fn(query):
|
|
| 55 |
# pass
|
| 56 |
|
| 57 |
#print(file1.read())
|
| 58 |
-
print (links
|
| 59 |
#print(dict(rr.headers).get("x-frame-options"))
|
| 60 |
|
| 61 |
file.close()
|
|
@@ -63,7 +63,7 @@ def details_fn(query):
|
|
| 63 |
#with open("myfile.txt", "r") as file1:
|
| 64 |
# html_out = file1.read()
|
| 65 |
#out = format_t(html_out)
|
| 66 |
-
return links
|
| 67 |
|
| 68 |
def first():
|
| 69 |
out = '''<h1>Loading'''
|
|
|
|
| 55 |
# pass
|
| 56 |
|
| 57 |
#print(file1.read())
|
| 58 |
+
print (links)
|
| 59 |
#print(dict(rr.headers).get("x-frame-options"))
|
| 60 |
|
| 61 |
file.close()
|
|
|
|
| 63 |
#with open("myfile.txt", "r") as file1:
|
| 64 |
# html_out = file1.read()
|
| 65 |
#out = format_t(html_out)
|
| 66 |
+
return links
|
| 67 |
|
| 68 |
def first():
|
| 69 |
out = '''<h1>Loading'''
|