T Le commited on
Commit
743eade
·
2 Parent(s): c6041e5 3ac5170

Merge branch 'main' of https://huggingface.co/spaces/haotle/LibTesting

Browse files
Files changed (1) hide show
  1. 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('plot.png')
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