Update app.py
Browse files
app.py
CHANGED
|
@@ -630,10 +630,12 @@ with col2:
|
|
| 630 |
|
| 631 |
else:
|
| 632 |
# Show placeholder INSIDE the results container
|
| 633 |
-
st.markdown('
|
| 634 |
-
|
| 635 |
-
|
| 636 |
-
|
|
|
|
|
|
|
| 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
|
| 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"
|