f64
commited on
Commit
·
6cb185a
1
Parent(s):
7ede789
CTAPT.py
CHANGED
|
@@ -47,5 +47,5 @@ with st.container():
|
|
| 47 |
cols1[0].write(dirParams)
|
| 48 |
cols1[1].write(os.environ)
|
| 49 |
cols1[2].write(os.listdir())
|
| 50 |
-
_ = psutil.cpu_percent(percpu=True) # first time is zeros
|
| 51 |
cols1[2].write(psutil.cpu_percent(percpu=True))
|
|
|
|
| 47 |
cols1[0].write(dirParams)
|
| 48 |
cols1[1].write(os.environ)
|
| 49 |
cols1[2].write(os.listdir())
|
| 50 |
+
#_ = psutil.cpu_percent(percpu=True) # first time is zeros
|
| 51 |
cols1[2].write(psutil.cpu_percent(percpu=True))
|