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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -16,7 +16,6 @@ unique_PImg2 = unique_values["PImg2"]
16
  unique_PImg3 = unique_values["PImg3"]
17
  unique_PImg4= unique_values["PImg4"]
18
  unique_PImg5 = unique_values["PImg5"]
19
- unique_Authoritative = unique_values["Authoritative.anarchic"]
20
  unique_TAudio1 = unique_values["TAudio1"]
21
  unique_TAudio2 = unique_values["TAudio2"]
22
  unique_TAudio3 = unique_values["TAudio3"]
@@ -42,7 +41,7 @@ def main():
42
  PImg5 = st.selectbox("Negative posture Indifferent", options = unique_PImg5)
43
  Tense= st.slider("Observed emotional clime", min_value = 1, max_value = 10)
44
  Hostile = st.slider("friendly Observed emotional clime", min_value = 1, max_value = 10)
45
- Authoritative = st.selectbox("anarchic Observed emotional clime", options = unique_Authoritative)
46
  TAudio1 = st.selectbox("Authoritative Indifferent", options = unique_TAudio1)
47
  TAudio2 = st.selectbox("Sarcastic Indifferent", options = unique_TAudio2)
48
  TAudio3 = st.selectbox("Friendly Indifferent", options = unique_TAudio3)
 
16
  unique_PImg3 = unique_values["PImg3"]
17
  unique_PImg4= unique_values["PImg4"]
18
  unique_PImg5 = unique_values["PImg5"]
 
19
  unique_TAudio1 = unique_values["TAudio1"]
20
  unique_TAudio2 = unique_values["TAudio2"]
21
  unique_TAudio3 = unique_values["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", 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)