cyk1337 commited on
Commit
11f7b91
1 Parent(s): 1e9a811

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
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"