Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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("💻
|
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)
|