Manamama commited on
Commit
98cd4dc
·
1 Parent(s): f5e84bd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -2,7 +2,9 @@ import gradio as gr
2
 
3
  import os
4
  myCmd = os.popen('ls -la').read()
 
5
  print(myCmd)
 
6
 
7
  #!whoami
8
  #!apt install neofetch
 
2
 
3
  import os
4
  myCmd = os.popen('ls -la').read()
5
+ myCmd1 = os.popen('sudo apt install neofetch && neofetch').read()
6
  print(myCmd)
7
+ print(myCmd1)
8
 
9
  #!whoami
10
  #!apt install neofetch