Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ from PIL import Image
|
|
5 |
import requests
|
6 |
|
7 |
# Set your OpenAI API key
|
8 |
-
openai.api_key = "
|
9 |
|
10 |
# Load predefined quotes dataset (Here, using a static example for now)
|
11 |
random_text = "The only way to do great work is to love what you do."
|
|
|
5 |
import requests
|
6 |
|
7 |
# Set your OpenAI API key
|
8 |
+
openai.api_key = "OPENAI_API_KEY" # Replace with your OpenAI API key
|
9 |
|
10 |
# Load predefined quotes dataset (Here, using a static example for now)
|
11 |
random_text = "The only way to do great work is to love what you do."
|