sunbal7 commited on
Commit
34a83ca
Β·
verified Β·
1 Parent(s): e47cb2b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -114,7 +114,7 @@ def create_pdf_report(traits, quote):
114
  buffer = io.BytesIO()
115
  p = canvas.Canvas(buffer, pagesize=letter)
116
  p.setFont("Helvetica-Bold", 16)
117
- p.drawString(100, 750, "🌟 PersonaCraft Pro Report 🌟")
118
  p.setFont("Helvetica", 12)
119
 
120
  y_position = 700
@@ -157,7 +157,7 @@ Max length: 280 characters"""
157
  if not st.session_state.started:
158
  st.markdown(f"""
159
  <div class="quote-box">
160
- <h2>🌟 Welcome to PersonaCraft Pro! 🌟</h2>
161
  <h3>{generate_quote()}</h3>
162
  </div>
163
  """, unsafe_allow_html=True)
 
114
  buffer = io.BytesIO()
115
  p = canvas.Canvas(buffer, pagesize=letter)
116
  p.setFont("Helvetica-Bold", 16)
117
+ p.drawString(100, 750, "🌟 Mind Mosaic chatbot Report 🌟")
118
  p.setFont("Helvetica", 12)
119
 
120
  y_position = 700
 
157
  if not st.session_state.started:
158
  st.markdown(f"""
159
  <div class="quote-box">
160
+ <h2>🌟 Welcome to Mind Mosaic chatbot 🌟</h2>
161
  <h3>{generate_quote()}</h3>
162
  </div>
163
  """, unsafe_allow_html=True)