Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -686,6 +686,9 @@ def nutri_call():
|
|
| 686 |
return render_template('nutri_call.html')
|
| 687 |
|
| 688 |
|
|
|
|
|
|
|
|
|
|
| 689 |
|
| 690 |
|
| 691 |
|
|
|
|
| 686 |
return render_template('nutri_call.html')
|
| 687 |
|
| 688 |
|
| 689 |
+
@app.route('/spoller', methods=['GET'])
|
| 690 |
+
def spoller():
|
| 691 |
+
return render_template('spoller.html')
|
| 692 |
|
| 693 |
|
| 694 |
|