Update app.py
Browse files
app.py
CHANGED
@@ -13,6 +13,6 @@ def run_mikobot():
|
|
13 |
# Streamlit UI
|
14 |
st.title("Mikobot Runner")
|
15 |
|
16 |
-
if st.button("Run
|
17 |
output = run_mikobot()
|
18 |
st.text_area("Output", output, height=300) # Display the output in a text area
|
|
|
13 |
# Streamlit UI
|
14 |
st.title("Mikobot Runner")
|
15 |
|
16 |
+
if st.button("Run Mikobot"):
|
17 |
output = run_mikobot()
|
18 |
st.text_area("Output", output, height=300) # Display the output in a text area
|