Update app.py
Browse files
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
|
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")
|