Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ nltk.download('punkt')
|
|
12 |
|
13 |
StopWords = set(stopwords.words('arabic'))
|
14 |
# Set your OpenAI API key here
|
15 |
-
openai.api_key = 'sk-proj-
|
16 |
|
17 |
|
18 |
# Load the pipeline
|
|
|
12 |
|
13 |
StopWords = set(stopwords.words('arabic'))
|
14 |
# Set your OpenAI API key here
|
15 |
+
openai.api_key = 'sk-proj-iWuQUklfwcatAyNbwpmhT3BlbkFJhfrEnp9SFu1sdwSPcxsX'
|
16 |
|
17 |
|
18 |
# Load the pipeline
|