Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
@@ -51,11 +51,11 @@ def chatbot():
|
|
51 |
return render_template('med_chatbot.html')
|
52 |
|
53 |
@app.route('/consultation')
|
54 |
-
def
|
55 |
return render_template('consultation.html')
|
56 |
|
57 |
@app.route('/meeting')
|
58 |
-
def
|
59 |
return render_template('meeting.html')
|
60 |
|
61 |
@app.route('/identification')
|
|
|
51 |
return render_template('med_chatbot.html')
|
52 |
|
53 |
@app.route('/consultation')
|
54 |
+
def consultation():
|
55 |
return render_template('consultation.html')
|
56 |
|
57 |
@app.route('/meeting')
|
58 |
+
def meeting():
|
59 |
return render_template('meeting.html')
|
60 |
|
61 |
@app.route('/identification')
|