Commit
Β·
b14d53a
1
Parent(s):
30920d9
Update app.py
Browse files
app.py
CHANGED
|
@@ -64,8 +64,8 @@ print("slider sidebars rendering completed")
|
|
| 64 |
# make input sentence
|
| 65 |
emotion_list = ["ν볡", "λλ", "λΆλ
Έ", "νμ€", "μ¬ν", "곡ν¬", "μ€λ¦½"]
|
| 66 |
main_emotion = st.sidebar.radio("μ£Όμ κ°μ μ μ ννμΈμ", emotion_list)
|
| 67 |
-
|
| 68 |
-
sub_emotion = st.sidebar.radio("λ λ²μ§Έ κ°μ μ μ ννμΈμ",
|
| 69 |
|
| 70 |
print("radio sidebars rendering completed")
|
| 71 |
|
|
|
|
| 64 |
# make input sentence
|
| 65 |
emotion_list = ["ν볡", "λλ", "λΆλ
Έ", "νμ€", "μ¬ν", "곡ν¬", "μ€λ¦½"]
|
| 66 |
main_emotion = st.sidebar.radio("μ£Όμ κ°μ μ μ ννμΈμ", emotion_list)
|
| 67 |
+
emotion_list.reverse()
|
| 68 |
+
sub_emotion = st.sidebar.radio("λ λ²μ§Έ κ°μ μ μ ννμΈμ", emotion_list)
|
| 69 |
|
| 70 |
print("radio sidebars rendering completed")
|
| 71 |
|