Hyeonseo commited on
Commit
03740ff
1 Parent(s): 6a0c98c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import time
5
  import os
6
 
7
  def translate(text_input, openapi_key):
8
- openai.api_key = openapi_key
9
 
10
  text_list = text_input.split('\n')[12:]
11
 
 
5
  import os
6
 
7
  def translate(text_input, openapi_key):
8
+ openapi.api_key = openapi_key
9
 
10
  text_list = text_input.split('\n')[12:]
11