Update app.py
Browse files
app.py
CHANGED
@@ -48,6 +48,7 @@ st.image(image)
|
|
48 |
st.title(" ideate sustainabile product designs with AI")
|
49 |
|
50 |
|
|
|
51 |
|
52 |
yourquestion = st.text_input('Your topic', 'modern car design with solar panels on the top')
|
53 |
st.write('Your input is ', yourquestion)
|
|
|
48 |
st.title(" ideate sustainabile product designs with AI")
|
49 |
|
50 |
|
51 |
+
st.header("What is your idea? Type it here and the AI will co-design your concept")
|
52 |
|
53 |
yourquestion = st.text_input('Your topic', 'modern car design with solar panels on the top')
|
54 |
st.write('Your input is ', yourquestion)
|