Spaces:
Sleeping
Sleeping
Update pages/Rtest.py
Browse files- pages/Rtest.py +1 -1
pages/Rtest.py
CHANGED
|
@@ -53,7 +53,7 @@ if st.button("Test"):
|
|
| 53 |
process2 = subprocess.Popen(["Rscript", "pages/testr.R"], stdout=subprocess.PIPE, stderr=subprocess.PIPE, text=True)
|
| 54 |
result2 = process2.communicate()
|
| 55 |
with st.container(border=True):
|
| 56 |
-
st.image('
|
| 57 |
|
| 58 |
|
| 59 |
|
|
|
|
| 53 |
process2 = subprocess.Popen(["Rscript", "pages/testr.R"], stdout=subprocess.PIPE, stderr=subprocess.PIPE, text=True)
|
| 54 |
result2 = process2.communicate()
|
| 55 |
with st.container(border=True):
|
| 56 |
+
st.image('plot.png')
|
| 57 |
|
| 58 |
|
| 59 |
|