mrbeliever commited on
Commit
fb73f18
·
verified ·
1 Parent(s): d104111

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -47,11 +47,11 @@ st.markdown(
47
  )
48
 
49
  # Centered title
50
- st.markdown('<div class="title-container"><h1>AI Title Generator</h1></div>', unsafe_allow_html=True)
51
 
52
  # Input bar for user prompt
53
  user_input = st.text_area(
54
- label="", # Required but can be empty
55
  placeholder="Type or Pate Your Input......."
56
  )
57
 
 
47
  )
48
 
49
  # Centered title
50
+ #st.markdown('<div class="title-container"><h1>AI Title Generator</h1></div>', unsafe_allow_html=True)
51
 
52
  # Input bar for user prompt
53
  user_input = st.text_area(
54
+ label="Input Text Area", # Required but can be empty
55
  placeholder="Type or Pate Your Input......."
56
  )
57