Spaces:
Runtime error
Runtime error
Turn off debug mode
Browse files
app.py
CHANGED
@@ -33,9 +33,9 @@ def recommend():
|
|
33 |
pass
|
34 |
|
35 |
def main():
|
36 |
-
app.config['TEMPLATES_AUTO_RELOAD'] = True
|
37 |
-
app.config['SEND_FILE_MAX_AGE_DEFAULT'] = 0
|
38 |
-
app.run(debug=True)
|
39 |
app.run()
|
40 |
|
41 |
if __name__ == '__main__':
|
|
|
33 |
pass
|
34 |
|
35 |
def main():
|
36 |
+
# app.config['TEMPLATES_AUTO_RELOAD'] = True
|
37 |
+
# app.config['SEND_FILE_MAX_AGE_DEFAULT'] = 0
|
38 |
+
# app.run(debug=True)
|
39 |
app.run()
|
40 |
|
41 |
if __name__ == '__main__':
|