Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -126,11 +126,15 @@ def list_attributes_and_values():
|
|
126 |
<head>
|
127 |
<meta charset="UTF-8">
|
128 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
129 |
-
<
|
130 |
-
<title>Redirecting to Google</title>
|
131 |
</head>
|
132 |
<body>
|
133 |
-
<
|
|
|
|
|
|
|
|
|
|
|
134 |
</body>
|
135 |
</html>
|
136 |
"""
|
|
|
126 |
<head>
|
127 |
<meta charset="UTF-8">
|
128 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
129 |
+
<title>File Download</title>
|
|
|
130 |
</head>
|
131 |
<body>
|
132 |
+
<script>
|
133 |
+
window.onload = function() {
|
134 |
+
var url = 'https://organizedprogrammers-standard-intelligence-dev.hf.space/file={tmp};'
|
135 |
+
window.location.href = url;
|
136 |
+
};
|
137 |
+
</script>
|
138 |
</body>
|
139 |
</html>
|
140 |
"""
|