apurv20 commited on
Commit
6945b76
1 Parent(s): 2c60b5d

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -2
main.py CHANGED
@@ -51,11 +51,11 @@ def chatbot():
51
  return render_template('med_chatbot.html')
52
 
53
  @app.route('/consultation')
54
- def chatbot():
55
  return render_template('consultation.html')
56
 
57
  @app.route('/meeting')
58
- def chatbot():
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')