Edit: app.py
Browse files1. Kor -> Eng
2. Editted some words in description
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
|
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()
|