Update README.md
Browse files
README.md
CHANGED
@@ -48,10 +48,11 @@ def format_code_with_spm_compatablity(line: str):
|
|
48 |
formatted_line = ''.join(tokens)
|
49 |
return formatted_line
|
50 |
|
51 |
-
|
52 |
TYPE="code" # define input type in ("code", "text")
|
53 |
input="arr.sort()"
|
54 |
prompt="translate python to java: \n%s" % (input) # your prompt here
|
|
|
55 |
|
56 |
TYPE="text" # define input type in ("code", "text")
|
57 |
input="quick sort"
|
|
|
48 |
formatted_line = ''.join(tokens)
|
49 |
return formatted_line
|
50 |
|
51 |
+
"""
|
52 |
TYPE="code" # define input type in ("code", "text")
|
53 |
input="arr.sort()"
|
54 |
prompt="translate python to java: \n%s" % (input) # your prompt here
|
55 |
+
"""
|
56 |
|
57 |
TYPE="text" # define input type in ("code", "text")
|
58 |
input="quick sort"
|