Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -65,7 +65,7 @@ def details_fn(query):
|
|
65 |
file = open("myfile.txt", "w")
|
66 |
file.close()
|
67 |
out = f"""
|
68 |
-
<center><h3>{title}</h3><br>{description
|
69 |
return out
|
70 |
|
71 |
def first():
|
|
|
65 |
file = open("myfile.txt", "w")
|
66 |
file.close()
|
67 |
out = f"""
|
68 |
+
<center><h3>{title}</h3><br>{description}</center>"""
|
69 |
return out
|
70 |
|
71 |
def first():
|