shukdevdatta123 commited on
Commit
74d7e98
·
verified ·
1 Parent(s): f62e9ce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ import os
7
  st.title("Generate an Image with DALL-E 3")
8
 
9
  # Input for OpenAI API key
10
- api_key = st.text_input("Enter your OpenAI API Key:")
11
 
12
  # Check if API key is provided
13
  if api_key:
 
7
  st.title("Generate an Image with DALL-E 3")
8
 
9
  # Input for OpenAI API key
10
+ api_key = st.text_input("Enter your OpenAI API Key:",type="password")
11
 
12
  # Check if API key is provided
13
  if api_key: