H1209 commited on
Commit
dc2d856
·
verified ·
1 Parent(s): 04da3b3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -68,14 +68,14 @@ data_test1 = processed_data['data_test1']
68
  data_test2 = processed_data['data_test2']
69
  data_test3 = processed_data['data_test3']
70
 
71
- #f'{data_fx['Forecast price'].min()} - {data_fx['Forecast price'].max()}'
72
 
73
 
74
  # Summary dashboard
75
  # Dự báo tỷ giá
76
  forex_forecast = {
77
  "Tuần": ["14/07-18/07"],
78
- "Giá Trị Dự Báo (USD/VND)": [f'{data_fx[['Forecast price']].min()} - {data_fx[['Forecast price']].max()}'], #"26,093 – 26,144"],
79
  "Biến Động": ["-0.075% - 0.121%"],
80
  "Xu Hướng": ["Dao động và có thể giảm do những tín hiệu tích cực từ thuế quan và thị trường chứng khoán trong nước."]
81
  }
 
68
  data_test2 = processed_data['data_test2']
69
  data_test3 = processed_data['data_test3']
70
 
71
+
72
 
73
 
74
  # Summary dashboard
75
  # Dự báo tỷ giá
76
  forex_forecast = {
77
  "Tuần": ["14/07-18/07"],
78
+ "Giá Trị Dự Báo (USD/VND)": ["26,093 – 26,144"],
79
  "Biến Động": ["-0.075% - 0.121%"],
80
  "Xu Hướng": ["Dao động và có thể giảm do những tín hiệu tích cực từ thuế quan và thị trường chứng khoán trong nước."]
81
  }