Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,8 @@ openai.api_key = os.environ["OPENAI_API_KEY"]
|
|
34 |
|
35 |
|
36 |
|
37 |
-
|
|
|
38 |
|
39 |
st.title(" ideate sustainabile product designs with AI")
|
40 |
|
|
|
34 |
|
35 |
|
36 |
|
37 |
+
image = Image.open('Wipro logo.png')
|
38 |
+
st.image(image)
|
39 |
|
40 |
st.title(" ideate sustainabile product designs with AI")
|
41 |
|