TuanScientist commited on
Commit
5136bc2
·
1 Parent(s): 3f16550

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ def predict_vn_index(option=None):
46
  fig2 = m.plot_latest_forecast(forecast) # Replace this line with code to generate the second image
47
  fig2_path = "forecast_plot2.png"
48
  fig2.savefig(fig2_path)
49
- disclaimer = "Dự đoán được thực hiện bởi thuật toán AI học sâu (Deep Learning), bởi đội ngũ AI Consultant. Quý khách chỉ xem đây là tham khảo, công ty không chịu bất cứ trách nhiệm nào về tình trạng đầu tư của quý khách."
50
 
51
  return fig1_path, fig2_path, disclaimer
52
 
 
46
  fig2 = m.plot_latest_forecast(forecast) # Replace this line with code to generate the second image
47
  fig2_path = "forecast_plot2.png"
48
  fig2.savefig(fig2_path)
49
+ disclaimer = "Dự đoán được thực hiện bởi thuật toán AI học sâu (Deep Learning), và học tăng cường dữ liệu bởi đội ngũ AI Consultant. Dữ liệu được cập nhật mới sau 17h của ngày giao dịch. Quý khách chỉ xem đây là tham khảo, công ty không chịu bất cứ trách nhiệm nào về tình trạng đầu tư của quý khách."
50
 
51
  return fig1_path, fig2_path, disclaimer
52