hruday96 commited on
Commit
aea090d
1 Parent(s): bccb37f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -10,6 +10,10 @@ product_name = st.text_input('Product Name', '')
10
  product_features = st.text_area('Product Features (comma separated)', '')
11
  target_audience = st.text_input('Target Audience', '')
12
 
 
 
 
 
13
  # Footer
14
  #st.sidebar.markdown("---")
15
  st.markdown("Built with 🧠 by Hruday & Ollama")
 
10
  product_features = st.text_area('Product Features (comma separated)', '')
11
  target_audience = st.text_input('Target Audience', '')
12
 
13
+
14
+ # Add some space or content in between
15
+ st.write("\n" * 20) # You can adjust the number of lines to push the content down
16
+
17
  # Footer
18
  #st.sidebar.markdown("---")
19
  st.markdown("Built with 🧠 by Hruday & Ollama")