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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,7 +69,7 @@ if st.button("Generate Titles", use_container_width=True):
69
  # Enhanced Output with Markdown
70
  st.markdown(
71
  f"""
72
- <div style="background-color:#f4f4f4; 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>
 
69
  # Enhanced Output with Markdown
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>