content=f"""\n On day {forecastDay.strftime("%m/%d/%Y")}, the model predicts {predict_item} to be {predictionStr} in {str(numForecastDays)} business days. \n"""
content=f"""\n On day {forecastDay.strftime("%m/%d/%Y")}, the model predicts {predict_item} to be {predictionStr} in {str(numForecastDays)} business days. \n"""
print(content)
print(content)
# 上传预测结果
# 上传预测结果
key=[kfork,vinindexDict.items()ifv==predict_item]
# key = [k for k, v in indexDict.items() if v == predict_item]