Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -101,8 +101,8 @@ if page == "Home":
|
|
101 |
""")
|
102 |
st.info("Select a feature from the sidebar to get started.")
|
103 |
|
104 |
-
elif page == "Code
|
105 |
-
st.header("Full Code
|
106 |
code_input = st.text_area("Paste your code here", height=200)
|
107 |
uploaded_file = st.file_uploader("Or upload a code file", type=["py", "js", "ts", "java", "cpp", "cs"])
|
108 |
if uploaded_file:
|
|
|
101 |
""")
|
102 |
st.info("Select a feature from the sidebar to get started.")
|
103 |
|
104 |
+
elif page == "Code Workflows":
|
105 |
+
st.header("Full Code Workflows")
|
106 |
code_input = st.text_area("Paste your code here", height=200)
|
107 |
uploaded_file = st.file_uploader("Or upload a code file", type=["py", "js", "ts", "java", "cpp", "cs"])
|
108 |
if uploaded_file:
|