Spaces:
Sleeping
Sleeping
Update app.py
Browse filesfix wrong varables
app.py
CHANGED
|
@@ -24,7 +24,7 @@ def my_crypto_search_analyse_tool(arg1:str,arg2:int)-> str: #it's import to spec
|
|
| 24 |
result1 = search_tool.run(query1)
|
| 25 |
|
| 26 |
query2 = f"Analyse {arg1} price prediction for next {arg2} months"
|
| 27 |
-
|
| 28 |
|
| 29 |
combined_result = (
|
| 30 |
f"📈 Current Overview of {arg1}:\n{result1}\n\n"
|
|
|
|
| 24 |
result1 = search_tool.run(query1)
|
| 25 |
|
| 26 |
query2 = f"Analyse {arg1} price prediction for next {arg2} months"
|
| 27 |
+
result2 = search_tool.run(query2)
|
| 28 |
|
| 29 |
combined_result = (
|
| 30 |
f"📈 Current Overview of {arg1}:\n{result1}\n\n"
|