prithivMLmods commited on
Commit
9ece1b2
·
verified ·
1 Parent(s): 7513e80

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -38,7 +38,7 @@ With its robust natural language processing capabilities, **Codepy 3B Deep Think
38
 
39
  ## <span style="color:red;">Sample Deepthink Inference</span>
40
 
41
- ```markdown
42
  # Random Password Generator
43
 
44
  This Python program generates a random password of a specified length (default: 8 characters) that includes a mix of lowercase letters, uppercase letters, digits, and spaces. The program ensures the generated password meets basic security requirements while maintaining simplicity.
 
38
 
39
  ## <span style="color:red;">Sample Deepthink Inference</span>
40
 
41
+ ```
42
  # Random Password Generator
43
 
44
  This Python program generates a random password of a specified length (default: 8 characters) that includes a mix of lowercase letters, uppercase letters, digits, and spaces. The program ensures the generated password meets basic security requirements while maintaining simplicity.