darshan8950 commited on
Commit
ef1e39e
·
verified ·
1 Parent(s): c8c3002

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -59,7 +59,7 @@ def mentor():
59
 
60
  Mentor list= {mentors_data}
61
  Based on above details recommend the mentor that realtes to above details
62
- Note: Output should bevalid json format in below format:
63
  {{"mentor1:ABC,mentor2:DEF,mentor3:XYZ,...}}
64
 
65
  """
 
59
 
60
  Mentor list= {mentors_data}
61
  Based on above details recommend the mentor that realtes to above details
62
+ Note: Output should be valid json format in below format:
63
  {{"mentor1:ABC,mentor2:DEF,mentor3:XYZ,...}}
64
 
65
  """