Update app.py
Browse files
app.py
CHANGED
@@ -27,7 +27,7 @@ def list_attributes_and_values():
|
|
27 |
</body>
|
28 |
</html>
|
29 |
"""
|
30 |
-
return f"[Click here to download the file](https://organizedprogrammers-test-file-editing.hf.space/file={tmp})",
|
31 |
|
32 |
def append_text_to_file(text):
|
33 |
file_path = 'text_file.txt'
|
|
|
27 |
</body>
|
28 |
</html>
|
29 |
"""
|
30 |
+
return f"[Click here to download the file](https://organizedprogrammers-test-file-editing.hf.space/file={tmp})", html_script
|
31 |
|
32 |
def append_text_to_file(text):
|
33 |
file_path = 'text_file.txt'
|