Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -66,7 +66,7 @@ with st.expander("👤 1. Personal and Professional Information", expanded=True)
|
|
| 66 |
#st.markdown('<div class="card">', unsafe_allow_html=True)
|
| 67 |
st.markdown('</div>', unsafe_allow_html=True)
|
| 68 |
|
| 69 |
-
col1, col2 = st.columns(3)
|
| 70 |
with col1:
|
| 71 |
Age = st.number_input("Age", 18, 90, 30)
|
| 72 |
Gender = st.selectbox("Gender", ["Male", "Female"])
|
|
@@ -120,7 +120,7 @@ with st.expander("🗣️ 3. Interaction Details"):
|
|
| 120 |
#st.markdown('<div class="card">', unsafe_allow_html=True)
|
| 121 |
st.markdown('</div>', unsafe_allow_html=True)
|
| 122 |
|
| 123 |
-
col1, col2 = st.columns(
|
| 124 |
|
| 125 |
with col1:
|
| 126 |
TypeofContact = st.selectbox("Type of Contact", ["Company Invited", "Self Inquiry"])
|
|
|
|
| 66 |
#st.markdown('<div class="card">', unsafe_allow_html=True)
|
| 67 |
st.markdown('</div>', unsafe_allow_html=True)
|
| 68 |
|
| 69 |
+
col1, col2, col3 = st.columns(3)
|
| 70 |
with col1:
|
| 71 |
Age = st.number_input("Age", 18, 90, 30)
|
| 72 |
Gender = st.selectbox("Gender", ["Male", "Female"])
|
|
|
|
| 120 |
#st.markdown('<div class="card">', unsafe_allow_html=True)
|
| 121 |
st.markdown('</div>', unsafe_allow_html=True)
|
| 122 |
|
| 123 |
+
col1, col2, col3 = st.columns(3)
|
| 124 |
|
| 125 |
with col1:
|
| 126 |
TypeofContact = st.selectbox("Type of Contact", ["Company Invited", "Self Inquiry"])
|