dragxd commited on
Commit
5897f28
·
verified ·
1 Parent(s): de6fa74

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,6 +13,6 @@ def run_mikobot():
13
  # Streamlit UI
14
  st.title("Mikobot Runner")
15
 
16
- if st.button("Run Flash"):
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