MLDeveloper commited on
Commit
0db7d18
·
verified ·
1 Parent(s): 44198fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ def execute_code(code, user_input=""):
32
  return output.strip() # Return cleaned output
33
 
34
  # Streamlit UI
35
- st.title("💻 Python Compiler 🐍")
36
  st.write("Write your Python code and get the correct output!")
37
 
38
  code_input = st.text_area("Enter your Python code:", height=200)
 
32
  return output.strip() # Return cleaned output
33
 
34
  # Streamlit UI
35
+ st.title("💻 Python Compiler 🐍")
36
  st.write("Write your Python code and get the correct output!")
37
 
38
  code_input = st.text_area("Enter your Python code:", height=200)