Vikas01 commited on
Commit
0de0758
1 Parent(s): 2d9ae34

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -63,7 +63,7 @@ def receive_image(image):
63
 
64
  @app.route ("/" )
65
  def home():
66
- return render_template ('index.html')
67
 
68
  @app.route ("/storedata" , methods =[ 'GET' ] )
69
  def storedata():
@@ -100,5 +100,5 @@ def datafetch():
100
 
101
 
102
 
103
- if __name__ == '__main__' :
104
  app.run(host="0.0.0.0", port=7860)
 
63
 
64
  @app.route ("/" )
65
  def home():
66
+ return render_template("index.html")
67
 
68
  @app.route ("/storedata" , methods =[ 'GET' ] )
69
  def storedata():
 
100
 
101
 
102
 
103
+ if __name__ == '__main__':
104
  app.run(host="0.0.0.0", port=7860)