Naz786 commited on
Commit
54d08fe
·
verified ·
1 Parent(s): 530d8c4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 Workflow":
105
- st.header("Full Code Workflow")
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: