Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|