Arafath10 commited on
Commit
0940737
·
verified ·
1 Parent(s): 6e48fd5

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -33,4 +33,4 @@ async def get_image_for_text(b_id:int,product_name:str):
33
 
34
  full_trend,forecasted_value,rounded_value = dc.forecast(monthly_sales)
35
  print(full_trend,forecasted_value,rounded_value)
36
- return rounded_value
 
33
 
34
  full_trend,forecasted_value,rounded_value = dc.forecast(monthly_sales)
35
  print(full_trend,forecasted_value,rounded_value)
36
+ return {"predicted_count" : str(rounded_value)}