Update app.py
Browse files
app.py
CHANGED
@@ -47,6 +47,9 @@ def main():
|
|
47 |
QAudio2 = st.selectbox("Hum Indifferent", options = unique_QAudio1)
|
48 |
QAudio3 = st.selectbox("Sigh Indifferent", options = unique_QAudio1)
|
49 |
Proxemics = st.selectbox("Physical distance preferred for the client", options = unique_Proxemics)
|
|
|
|
|
|
|
50 |
# clicked==True only when the button is clicked
|
51 |
clicked = st.form_submit_button("Predict Type of Client")
|
52 |
if clicked:
|
|
|
47 |
QAudio2 = st.selectbox("Hum Indifferent", options = unique_QAudio1)
|
48 |
QAudio3 = st.selectbox("Sigh Indifferent", options = unique_QAudio1)
|
49 |
Proxemics = st.selectbox("Physical distance preferred for the client", options = unique_Proxemics)
|
50 |
+
|
51 |
+
|
52 |
+
|
53 |
# clicked==True only when the button is clicked
|
54 |
clicked = st.form_submit_button("Predict Type of Client")
|
55 |
if clicked:
|