changxin commited on
Commit
6519cb5
1 Parent(s): dc56619

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ def fx_datatable(code:str):
54
  def xz():
55
  x=pd.DataFrame([{'姓名':'畅心','成绩':100}])
56
  y=x.to_excel('statics/test.xlsx',index=False)
57
- return y
58
 
59
  '''
60
  def fx_dd(tk:str,s:str):
 
54
  def xz():
55
  x=pd.DataFrame([{'姓名':'畅心','成绩':100}])
56
  y=x.to_excel('statics/test.xlsx',index=False)
57
+ return 'statics/test.xlsx'
58
 
59
  '''
60
  def fx_dd(tk:str,s:str):