ahmadsanafarooq commited on
Commit
2861f8b
·
verified ·
1 Parent(s): 024f51a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +16 -1
app.py CHANGED
@@ -2185,7 +2185,22 @@ Respond as DilBot with warmth, empathy, and understanding. Keep it conversationa
2185
  st.info("No recent conversations yet. Start talking to DilBot!")
2186
 
2187
  else:
2188
- st.info("Start your first conversation with DilBot to see your personal dashboard and insights!")
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2189
 
2190
  st.markdown("---")
2191
  st.markdown("<p class='footer-caption'>Built by Members of CSG Hackathon Team | Your data is stored privately and securely</p>", unsafe_allow_html=True)
 
2185
  st.info("No recent conversations yet. Start talking to DilBot!")
2186
 
2187
  else:
2188
+ sst.markdown("""<div style="background-color: #2c3e50;
2189
+ border-left: 6px solid #64b5f6;
2190
+ color: white;
2191
+ border-radius: 10px;
2192
+ padding: 18px 25px;
2193
+ margin-top: 2rem;
2194
+ font-style: italic;
2195
+ font-size: 1.05em;
2196
+ box-shadow: 0 2px 10px rgba(0,0,0,0.05);
2197
+ margin-bottom: 1.5rem;
2198
+ ">
2199
+ <p style="color: white; margin: 0; font-size: 1.05em;">
2200
+ Start your first conversation with DilBot to see your personal dashboard and insights!
2201
+ </p>
2202
+ </div>
2203
+ """, unsafe_allow_html=True)
2204
 
2205
  st.markdown("---")
2206
  st.markdown("<p class='footer-caption'>Built by Members of CSG Hackathon Team | Your data is stored privately and securely</p>", unsafe_allow_html=True)