syedislamuddin commited on
Commit
b2f0411
·
1 Parent(s): 00527f1

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -150,10 +150,10 @@ def ForeCastBE(target_seq,method,select_method):
150
 
151
  #st.write(result.stdout)
152
  #st.write(result.stderr)
153
- if os.path.exists(fname):
154
- os.remove(fname)
155
- if os.path.exists(res_fname):
156
- os.remove(res_fname)
157
 
158
 
159
  def transform(df,str):
 
150
 
151
  #st.write(result.stdout)
152
  #st.write(result.stderr)
153
+ #if os.path.exists(fname):
154
+ # os.remove(fname)
155
+ #if os.path.exists(res_fname):
156
+ # os.remove(res_fname)
157
 
158
 
159
  def transform(df,str):