HANTAEK commited on
Commit
d278324
ยท
verified ยท
1 Parent(s): 44a6a42

Edit: app.py

Browse files

1. Kor -> Eng
2. Editted some words in description

Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -51,7 +51,7 @@ def run_crypto_crew(topic):
51
 
52
 
53
  analyst_task = Task(
54
- description=f'Analyze the provided cryptocurrency market data to extract key insights and compile a concise report in Korean language. Focus on the topic: {topic}.',
55
  agent=analyst,
56
  expected_output='A refined finalized version of the report in string format'
57
  )
@@ -79,7 +79,7 @@ if __name__ == '__main__':
79
  fn=process_query,
80
  type="messages",
81
  title="Crypto Investment Advisor Bot",
82
- description="์•”ํ˜ธํ™”ํ ๊ด€๋ จ ํŠธ๋ Œ๋“œ๋ฅผ ํŒŒ์•…ํ•˜์—ฌ ํˆฌ์ž ์ธ์‚ฌ์ดํŠธ๋ฅผ ์ œ๊ณตํ•ด ๋“œ๋ฆฝ๋‹ˆ๋‹ค."
83
  )
84
 
85
  app.launch()
 
51
 
52
 
53
  analyst_task = Task(
54
+ description=f'Analyze the provided cryptocurrency market data to extract key insights and compile a concise report. Focus on the topic: {topic}.',
55
  agent=analyst,
56
  expected_output='A refined finalized version of the report in string format'
57
  )
 
79
  fn=process_query,
80
  type="messages",
81
  title="Crypto Investment Advisor Bot",
82
+ description="Get insights into cryptocurrency trends to guide your investments. AI-generated results are for reference only. invest responsibly."
83
  )
84
 
85
  app.launch()