DmitrMakeev commited on
Commit
b16bb15
·
verified ·
1 Parent(s): 37b358c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -9
app.py CHANGED
@@ -669,15 +669,6 @@ def get_last_image():
669
 
670
 
671
 
672
- # 📤 Маршрут для получения страницы с изображением
673
- @app.route('/show_image')
674
- def show_image():
675
- return send_file('show_image.html')
676
-
677
-
678
-
679
-
680
-
681
 
682
 
683
 
 
669
 
670
 
671
 
 
 
 
 
 
 
 
 
 
672
 
673
 
674