min24ss commited on
Commit
b239c9d
ยท
verified ยท
1 Parent(s): 95205b3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -77,7 +77,7 @@ choices = [
77
  "4. ์‹œ์Šคํ…œ์„ ๊ฑฐ๋ถ€ํ•˜๊ณ  ๊ทธ๋ƒฅ ๋„๋ง์นœ๋‹ค."
78
  ]
79
 
80
- ddef respond(message, history):
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):