Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -173,7 +173,7 @@ def process_file(filename):
|
|
| 173 |
|
| 174 |
print('Data processed and analyzed successfully')
|
| 175 |
logging.info("Data processed and analyzed successfully")
|
| 176 |
-
|
| 177 |
|
| 178 |
@app.route('/result')
|
| 179 |
def result():
|
|
|
|
| 173 |
|
| 174 |
print('Data processed and analyzed successfully')
|
| 175 |
logging.info("Data processed and analyzed successfully")
|
| 176 |
+
return redirect(url_for('result'))
|
| 177 |
|
| 178 |
@app.route('/result')
|
| 179 |
def result():
|