Spaces:
Sleeping
Sleeping
Commit
·
ec74b60
1
Parent(s):
8d7f931
Update app.py
Browse files
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('
|
| 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 |
|