abhishekt commited on
Commit
488ebcf
·
1 Parent(s): b0420d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import os
3
  import gradio as gr
4
 
5
  # Use the openai API key
6
- openai.api_key = os.environ["API_TOKEN"]
7
  model_engine = "text-davinci-003"
8
 
9
  # Function to generate website content based on product name and description
 
3
  import gradio as gr
4
 
5
  # Use the openai API key
6
+ openai.api_key = os.environ["API"]
7
  model_engine = "text-davinci-003"
8
 
9
  # Function to generate website content based on product name and description