eagle0504 commited on
Commit
cad109e
1 Parent(s): 828b2d5

chinese button updated

Browse files
Files changed (1) hide show
  1. utils/ui_helper.py +1 -1
utils/ui_helper.py CHANGED
@@ -329,7 +329,7 @@ def main_algo_trader_chinese():
329
 
330
  # Download
331
  st.download_button(
332
- label="Download data as CSV",
333
  data=csv,
334
  file_name=f"history_{end_date}.csv",
335
  mime="text/csv",
 
329
 
330
  # Download
331
  st.download_button(
332
+ label="下载数据为CSV格式",
333
  data=csv,
334
  file_name=f"history_{end_date}.csv",
335
  mime="text/csv",