Spaces:
Runtime error
Runtime error
Commit
·
815f6e5
1
Parent(s):
9748737
Upload app.py
Browse files
app.py
CHANGED
@@ -151,10 +151,10 @@ def ForeCastBE(target_seq,method,select_method):
|
|
151 |
|
152 |
#st.write(result.stdout)
|
153 |
#st.write(result.stderr)
|
154 |
-
if os.path.exists(fname):
|
155 |
-
|
156 |
-
if os.path.exists(res_fname):
|
157 |
-
|
158 |
|
159 |
|
160 |
def transform(df,str):
|
|
|
151 |
|
152 |
#st.write(result.stdout)
|
153 |
#st.write(result.stderr)
|
154 |
+
#if os.path.exists(fname):
|
155 |
+
# os.remove(fname)
|
156 |
+
#if os.path.exists(res_fname):
|
157 |
+
# os.remove(res_fname)
|
158 |
|
159 |
|
160 |
def transform(df,str):
|