Chanjeans commited on
Commit
03c0806
Β·
verified Β·
1 Parent(s): 623b027

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1238,7 +1238,7 @@ def chat_or_recommend(req: ChatOrRecommendRequest):
1238
  clean_desc = re.sub(r"\(.*?\)", "", item["desc"]).strip()
1239
  response_text += (
1240
  f"{i}. **{item['title']}**"
1241
- f" - {clean_desc}"
1242
  )
1243
  response_text += "이 μ€‘μ—μ„œ μ–΄λ–€ ν™œλ™μ΄ κ°€μž₯ λŒλ¦¬μ‹œλ‚˜μš”? 🌟"
1244
  return {
 
1238
  clean_desc = re.sub(r"\(.*?\)", "", item["desc"]).strip()
1239
  response_text += (
1240
  f"{i}. **{item['title']}**"
1241
+ f" - {clean_desc} "
1242
  )
1243
  response_text += "이 μ€‘μ—μ„œ μ–΄λ–€ ν™œλ™μ΄ κ°€μž₯ λŒλ¦¬μ‹œλ‚˜μš”? 🌟"
1244
  return {