Marthee commited on
Commit
1d39d96
·
1 Parent(s): 5c279df

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -1006,11 +1006,13 @@ def clear(demo):
1006
  ###############################################################
1007
  def saveExcel(Dictionary,plan):
1008
  print('sdjbfkhbf')
1009
- plan=str(plan)
1010
  # Dictionary.to_excel("output.xlsx",index=False)
1011
  xmlFile=Dictionary.to_xml()
1012
  print(xmlFile)
1013
- d=dropbox_upload_file('.',local_file=xmlFile,dropbox_file_path='/savedMeasurements/'+plan+'summaryXML.xml')
 
 
1014
 
1015
 
1016
 
 
1006
  ###############################################################
1007
  def saveExcel(Dictionary,plan):
1008
  print('sdjbfkhbf')
1009
+ plan2=str(plan)
1010
  # Dictionary.to_excel("output.xlsx",index=False)
1011
  xmlFile=Dictionary.to_xml()
1012
  print(xmlFile)
1013
+ d=dropbox_upload_file('.',local_file=xmlFile,dropbox_file_path='/savedMeasurements/'+plan2+'summaryXML.xml')
1014
+
1015
+
1016
 
1017
 
1018