Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -77,7 +77,7 @@ choices = [
|
|
77 |
"4. ์์คํ
์ ๊ฑฐ๋ถํ๊ณ ๊ทธ๋ฅ ๋๋ง์น๋ค."
|
78 |
]
|
79 |
|
80 |
-
|
81 |
try:
|
82 |
sel_num = int(message.strip())
|
83 |
if sel_num < 1 or sel_num > len(choices):
|
|
|
77 |
"4. ์์คํ
์ ๊ฑฐ๋ถํ๊ณ ๊ทธ๋ฅ ๋๋ง์น๋ค."
|
78 |
]
|
79 |
|
80 |
+
def respond(message, history):
|
81 |
try:
|
82 |
sel_num = int(message.strip())
|
83 |
if sel_num < 1 or sel_num > len(choices):
|