shukdevdatta123 commited on
Commit
b6a7338
·
verified ·
1 Parent(s): 0a5527d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import requests
4
  from io import BytesIO
5
 
6
  # Streamlit UI for input
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")
 
4
  from io import BytesIO
5
 
6
  # Streamlit UI for input
7
+ st.title("Generate an Image with OpenAI")
8
 
9
  # Input for OpenAI API key
10
  api_key = st.text_input("Enter your OpenAI API Key:", type="password")