Eitan177 commited on
Commit
f2344b6
·
1 Parent(s): 8514d6e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +12 -12
app.py CHANGED
@@ -96,18 +96,18 @@ def dl(valforkey):
96
  # mime='application/octet-stream')
97
 
98
 
99
- #with open("output/ID83/Suggested_Solution/COSMIC_ID83_Decomposed_Solution/ID83_Decomposition_Plots.pdf", "rb") as pdf_file:
100
- # PDFbyte2 = pdf_file.read()
101
- PDFbyte2=[]
102
- #with open("output/ID83/Samples.txt","rb") as txt_file:
103
- # Txtbyte2 = txt_file.read()
104
- Txtbyte2=[]
105
- #with open("output/DBS78/Suggested_Solution/COSMIC_DBS78_Decomposed_Solution/DBS78_Decomposition_Plots.pdf", "rb") as pdf_file:
106
- # PDFbyte3 = pdf_file.read()
107
- PDFbyte3 =[]
108
- #with open("output/DBS78/Samples.txt","rb") as txt_file:
109
- # Txtbyte3 = txt_file.read()
110
- Txtbyte3=[]
111
  os.system('rm -r output')
112
  os.system('rm -r input')
113
  #os.remove("output/SBS96/Suggested_Solution/COSMIC_SBS96_Decomposed_Solution/SBS96_Decomposition_Plots.pdf")
 
96
  # mime='application/octet-stream')
97
 
98
 
99
+ with open("output/ID83/Suggested_Solution/COSMIC_ID83_Decomposed_Solution/ID83_Decomposition_Plots.pdf", "rb") as pdf_file:
100
+ PDFbyte2 = pdf_file.read()
101
+ #PDFbyte2=[]
102
+ with open("output/ID83/Samples.txt","rb") as txt_file:
103
+ Txtbyte2 = txt_file.read()
104
+ #Txtbyte2=[]
105
+ with open("output/DBS78/Suggested_Solution/COSMIC_DBS78_Decomposed_Solution/DBS78_Decomposition_Plots.pdf", "rb") as pdf_file:
106
+ PDFbyte3 = pdf_file.read()
107
+ #PDFbyte3 =[]
108
+ with open("output/DBS78/Samples.txt","rb") as txt_file:
109
+ Txtbyte3 = txt_file.read()
110
+ #Txtbyte3=[]
111
  os.system('rm -r output')
112
  os.system('rm -r input')
113
  #os.remove("output/SBS96/Suggested_Solution/COSMIC_SBS96_Decomposed_Solution/SBS96_Decomposition_Plots.pdf")