Rajagopal commited on
Commit
fbced17
·
1 Parent(s): 7ac241b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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)