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