Spaces:
Sleeping
Sleeping
Update main.py
Browse files
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)}
|