abhionair commited on
Commit
0003111
·
verified ·
1 Parent(s): e668ebc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,6 +23,6 @@ def index():
23
 
24
  return render_template('index.html',upload=False)
25
 
26
-
27
  if __name__ =="__main__":
28
  app.run(debug=True)
 
23
 
24
  return render_template('index.html',upload=False)
25
 
26
+ #
27
  if __name__ =="__main__":
28
  app.run(debug=True)