nagasurendra commited on
Commit
461dffc
·
verified ·
1 Parent(s): 2482967

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ def load_clip_model():
27
 
28
  @app.route('/')
29
  def index():
30
- return "<h2>Flask App for Image Upload to Instagram is Running!</h2>"
31
 
32
 
33
  @app.route('/health')
 
27
 
28
  @app.route('/')
29
  def index():
30
+ return render_template('index.html')
31
 
32
 
33
  @app.route('/health')