Kelas commited on
Commit
0e2105c
1 Parent(s): 9a0ca6b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
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: