Update README.md
Browse files
README.md
CHANGED
|
@@ -10,10 +10,12 @@ pipeline_tag: text-generation
|
|
| 10 |
tags:
|
| 11 |
- code
|
| 12 |
widget:
|
| 13 |
-
- text: "
|
| 14 |
example_title: "Code Example 1"
|
| 15 |
-
- text: "
|
| 16 |
example_title: "Code Example 2"
|
|
|
|
|
|
|
| 17 |
---
|
| 18 |
|
| 19 |
# Competitive Programming LLM for Python Language
|
|
|
|
| 10 |
tags:
|
| 11 |
- code
|
| 12 |
widget:
|
| 13 |
+
- text: "def isprime(num):"
|
| 14 |
example_title: "Code Example 1"
|
| 15 |
+
- text: "def binary_search"
|
| 16 |
example_title: "Code Example 2"
|
| 17 |
+
- text: "def square(num):"
|
| 18 |
+
example_title: "Code Example 3"
|
| 19 |
---
|
| 20 |
|
| 21 |
# Competitive Programming LLM for Python Language
|