PhoenixStormJr commited on
Commit
1e9fbd8
1 Parent(s): b93d7b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -1,5 +1,8 @@
1
  import streamlit as st
2
 
 
 
 
3
  command = st.text_input("Command: ", "")
4
  commandList = command.split(' ')
5
  if(commandList[0] == "cd"):
 
1
  import streamlit as st
2
 
3
+ import subprocess
4
+ import os
5
+
6
  command = st.text_input("Command: ", "")
7
  commandList = command.split(' ')
8
  if(commandList[0] == "cd"):