YchKhan commited on
Commit
3252717
1 Parent(s): 0f7a8ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -7
app.py CHANGED
@@ -126,15 +126,11 @@ 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
- <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
  """
 
126
  <head>
127
  <meta charset="UTF-8">
128
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
129
+ <meta http-equiv="refresh" content="0; url=https://organizedprogrammers-test-file-editing.hf.space/file={tmp}">
130
+ <title>Redirecting to Google</title>
131
  </head>
132
  <body>
133
+ <p>If you are not redirected automatically, please <a href="https://www.google.com/">click here</a>.</p>
 
 
 
 
 
134
  </body>
135
  </html>
136
  """