bparrino commited on
Commit
f661694
·
verified ·
1 Parent(s): aab9e16

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -5
app.py CHANGED
@@ -630,10 +630,12 @@ with col2:
630
 
631
  else:
632
  # Show placeholder INSIDE the results container
633
- st.markdown('<div class="placeholder-area">', unsafe_allow_html=True)
634
- st.markdown('<h3>🎯 Your Recommendations Will Appear Here</h3>')
635
- st.markdown('<p>Complete the form and click "Get My Recommendations" to see your personalized training format suggestions.</p>')
636
- st.markdown('</div>', unsafe_allow_html=True)
 
 
637
 
638
  # Close the results container
639
  st.markdown('</div>', unsafe_allow_html=True)
@@ -642,7 +644,7 @@ with col2:
642
  if st.session_state["recommendations"] is None:
643
  st.markdown('<div class="section-spacer"></div>', unsafe_allow_html=True)
644
  st.link_button(
645
- "Want Expert Guidance? Schedule a free consultation with the learning design experts at Motivation Technologies today!",
646
  "https://www.motechhq.com/connect/",
647
  use_container_width=True,
648
  type="secondary"
 
630
 
631
  else:
632
  # Show placeholder INSIDE the results container
633
+ st.markdown('''
634
+ <div class="placeholder-area">
635
+ <h3>🎯 Your Recommendations Will Appear Here</h3>
636
+ <p>Complete the form and click "Get My Recommendations" to see your personalized training format suggestions.</p>
637
+ </div>
638
+ ''', unsafe_allow_html=True)
639
 
640
  # Close the results container
641
  st.markdown('</div>', unsafe_allow_html=True)
 
644
  if st.session_state["recommendations"] is None:
645
  st.markdown('<div class="section-spacer"></div>', unsafe_allow_html=True)
646
  st.link_button(
647
+ "Want Expert Guidance? Schedule a Free Consultation",
648
  "https://www.motechhq.com/connect/",
649
  use_container_width=True,
650
  type="secondary"