Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ st.markdown("""
|
|
13 |
""")
|
14 |
|
15 |
# Create a user-friendly input field with a placeholder and description
|
16 |
-
command = st.
|
17 |
|
18 |
# Create a button to execute the command
|
19 |
if st.button("Run Command"):
|
|
|
13 |
""")
|
14 |
|
15 |
# Create a user-friendly input field with a placeholder and description
|
16 |
+
command = st.text_area("💻 Enter a terminal command:", placeholder="e.g., ls, pwd, echo Hello World")
|
17 |
|
18 |
# Create a button to execute the command
|
19 |
if st.button("Run Command"):
|