Spaces:
Sleeping
Sleeping
File size: 372 Bytes
c01955c | 1 2 3 4 5 6 7 8 9 10 | from pydantic import BaseModel
class userDetails(BaseModel):
userDetails:str="""
B.Tech CSE (AIML) undergraduate student.
Strong interest in Artificial Intelligence and Machine Learning.
Experienced in software development and problem solving.
Hands-on experience with real-world projects.
Quick learner with a passion for continuous improvement.
"""
|