mrbeliever commited on
Commit
fdf739d
·
verified ·
1 Parent(s): 1aba979

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -51,8 +51,7 @@ st.markdown('<div class="title-container"><h1>AI Title Generator</h1></div>', un
51
 
52
  # Input bar for user prompt
53
  user_input = st.text_area(
54
- label="Enter a description for generating titles:",
55
- placeholder="e.g., Master AI For Future Jobs"
56
  )
57
 
58
 
@@ -70,7 +69,6 @@ if st.button("Generate Titles", use_container_width=True):
70
  st.markdown(
71
  f"""
72
  <div style="background-color:#000; padding:15px; border-radius:8px;">
73
- <h4 style="color:#333;">Generated Titles:</h4>
74
  <pre style="color:#000; font-family:monospace; white-space:pre-wrap;">{assistant_message}</pre>
75
  </div>
76
  """,
 
51
 
52
  # Input bar for user prompt
53
  user_input = st.text_area(
54
+ placeholder="Type or Paste Your Input"
 
55
  )
56
 
57
 
 
69
  st.markdown(
70
  f"""
71
  <div style="background-color:#000; padding:15px; border-radius:8px;">
 
72
  <pre style="color:#000; font-family:monospace; white-space:pre-wrap;">{assistant_message}</pre>
73
  </div>
74
  """,