nehalelkaref commited on
Commit
ec74b60
·
1 Parent(s): 8d7f931

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ def classify():
31
  if(regions[0]=="GULF"):
32
  return render_template('gulf.html',output=regions[0])
33
  if(regions[0]=="LEVANT"):
34
- return render_template('home.html',output=regions[0])
35
  if(regions[0]=="EGYPT"):
36
  return render_template('egypt.html',output=regions[0])
37
 
 
31
  if(regions[0]=="GULF"):
32
  return render_template('gulf.html',output=regions[0])
33
  if(regions[0]=="LEVANT"):
34
+ return render_template('levant.html',output=regions[0])
35
  if(regions[0]=="EGYPT"):
36
  return render_template('egypt.html',output=regions[0])
37