acecalisto3 commited on
Commit
bbee3bc
·
verified ·
1 Parent(s): 53cad53

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,4 +74,4 @@ def function1(code):
74
  openai.api_key = 'YOUR_OPENAI_API_KEY'
75
  response = openai.Completion.create(
76
  engine='code-davinci-002',
77
- prompt=f'Translate this Python code to executable code: {code}'\nn
 
74
  openai.api_key = 'YOUR_OPENAI_API_KEY'
75
  response = openai.Completion.create(
76
  engine='code-davinci-002',
77
+ prompt=f'Translate this Python code to executable code: {code}'\n