nehalelkaref commited on
Commit
337a697
·
1 Parent(s): ab926cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -26,6 +26,7 @@ def home():
26
 
27
  @app.route('/classify', methods = ['POST'])
28
  def classify():
 
29
  return render_template('prediction.html', output=output)
30
 
31
  if __name__ == "__main__":
 
26
 
27
  @app.route('/classify', methods = ['POST'])
28
  def classify():
29
+ output = "TA DA!"
30
  return render_template('prediction.html', output=output)
31
 
32
  if __name__ == "__main__":