changxin commited on
Commit
90b51a9
·
1 Parent(s): 2e4c9f7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,7 +55,7 @@ def xz():
55
  x=pd.DataFrame([{'姓名':'畅心','成绩':100},{'姓名':'吹水','成绩':66}])
56
  y=x.to_excel('statics/test.xlsx',index=False)
57
  return 'statics/test.xlsx'
58
- def fx_rq(date):
59
  chinese_data_dict = {'1': '一','2': '二','3': '三','4': '四','5': '五','6': '六','7': '七','8': '八','9': '九','0': '〇'}
60
  chinese_data2_dict = {'一': '十','二': '二十','三': '三十'}
61
  for c in date:
 
55
  x=pd.DataFrame([{'姓名':'畅心','成绩':100},{'姓名':'吹水','成绩':66}])
56
  y=x.to_excel('statics/test.xlsx',index=False)
57
  return 'statics/test.xlsx'
58
+ def fx_rq(date:str):
59
  chinese_data_dict = {'1': '一','2': '二','3': '三','4': '四','5': '五','6': '六','7': '七','8': '八','9': '九','0': '〇'}
60
  chinese_data2_dict = {'一': '十','二': '二十','三': '三十'}
61
  for c in date: