Spaces:
Sleeping
Sleeping
Update main.py
Browse files
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
|
| 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 |
"""
|