Update test.py
Browse files
test.py
CHANGED
|
@@ -79,6 +79,7 @@ class test :
|
|
| 79 |
if st.sidebar.button("Submit"):
|
| 80 |
st.write("Processing...")
|
| 81 |
time.sleep(2)
|
|
|
|
| 82 |
prediction = S_algo.predict(df)
|
| 83 |
if prediction==1:
|
| 84 |
|
|
|
|
| 79 |
if st.sidebar.button("Submit"):
|
| 80 |
st.write("Processing...")
|
| 81 |
time.sleep(2)
|
| 82 |
+
sys.stdout.flush()
|
| 83 |
prediction = S_algo.predict(df)
|
| 84 |
if prediction==1:
|
| 85 |
|