Promotingai commited on
Commit
10bddd4
·
verified ·
1 Parent(s): 6d9bc5c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import os
6
  openai_api_key = os.getenv("OPENAI_API_KEY")
7
  openai.api_key = openai_api_key
8
 
9
- st.title("PromptingAI Image Generator")
10
 
11
  # User inputs a text description for the image
12
  prompt = st.text_input("Enter a description for the image you want to generate:")
 
6
  openai_api_key = os.getenv("OPENAI_API_KEY")
7
  openai.api_key = openai_api_key
8
 
9
+ st.title("PromptingAI.io Image Generator")
10
 
11
  # User inputs a text description for the image
12
  prompt = st.text_input("Enter a description for the image you want to generate:")