Kelas commited on
Commit
fe80868
1 Parent(s): c84ad10

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ def main():
41
  PImg5 = st.selectbox("Negative posture Indifferent", options = unique_PImg5)
42
  Tense= st.slider("Observed emotional clime", min_value = 1, max_value = 10)
43
  Hostile = st.slider("friendly Observed emotional clime", min_value = 1, max_value = 10)
44
- Authoritative = st.slider("anarchic Observed emotional clime", 1, 10)
45
  TAudio1 = st.selectbox("Authoritative Indifferent", options = unique_TAudio1)
46
  TAudio2 = st.selectbox("Sarcastic Indifferent", options = unique_TAudio2)
47
  TAudio3 = st.selectbox("Friendly Indifferent", options = unique_TAudio3)
 
41
  PImg5 = st.selectbox("Negative posture Indifferent", options = unique_PImg5)
42
  Tense= st.slider("Observed emotional clime", min_value = 1, max_value = 10)
43
  Hostile = st.slider("friendly Observed emotional clime", min_value = 1, max_value = 10)
44
+ Authoritative = st.slider("anarchic Observed emotional clime", min_value = 1, max_value = 10)
45
  TAudio1 = st.selectbox("Authoritative Indifferent", options = unique_TAudio1)
46
  TAudio2 = st.selectbox("Sarcastic Indifferent", options = unique_TAudio2)
47
  TAudio3 = st.selectbox("Friendly Indifferent", options = unique_TAudio3)