ProfessorLeVesseur commited on
Commit
bd62139
·
verified ·
1 Parent(s): 87e437b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ image_width = 300 # Set the desired width in pixels
15
  st.image('MTSS.ai_Logo.png', width=image_width)
16
 
17
  st.header('PromptCanvas™ | Images')
18
- st.subheader('Image Generator')
19
 
20
  # Retrieve the OpenAI API Key from secrets
21
  openai.api_key = st.secrets["openai_api_key"]
 
15
  st.image('MTSS.ai_Logo.png', width=image_width)
16
 
17
  st.header('PromptCanvas™ | Images')
18
+ st.subheader('Image Builder')
19
 
20
  # Retrieve the OpenAI API Key from secrets
21
  openai.api_key = st.secrets["openai_api_key"]