seawolf2357 commited on
Commit
ec57fb1
Β·
verified Β·
1 Parent(s): ccbb5ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -92,7 +92,7 @@ class MyClient(discord.Client):
92
 
93
  def search_in_dataset(self, query, dataset):
94
  # 첫 번째 ν•­λͺ© λ°˜ν™˜ (ν•„λ“œ 이름 확인 ν•„μš”)
95
- return dataset['train'][0]['νŒκ²°μš”μ§€'] # 'text' λŒ€μ‹  μ‹€μ œ ν•„λ“œ 이름 'νŒκ²°μš”μ§€' μ‚¬μš©
96
 
97
  if __name__ == "__main__":
98
  discord_client = MyClient(intents=intents)
 
92
 
93
  def search_in_dataset(self, query, dataset):
94
  # 첫 번째 ν•­λͺ© λ°˜ν™˜ (ν•„λ“œ 이름 확인 ν•„μš”)
95
+ return dataset['train'][0]['μ „λ¬Έ'] # 'text' λŒ€μ‹  μ‹€μ œ ν•„λ“œ 이름 'νŒκ²°μš”μ§€' μ‚¬μš©
96
 
97
  if __name__ == "__main__":
98
  discord_client = MyClient(intents=intents)