Spaces:
Runtime error
Runtime error
reshinth.adith
commited on
Commit
·
a8ab360
1
Parent(s):
6c1e513
Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ page_title= "Code Representation Learning",
|
|
33 |
)
|
34 |
|
35 |
with st.footer():
|
36 |
-
st.write("work by Reshinth Adithyan & Aditya Thuruvas")
|
37 |
st.sidebar.title("Code Representation Learning")
|
38 |
workflow = st.sidebar.selectbox('select a task', ['Bash Synthesis'])
|
39 |
if workflow == "Bash Synthesis":
|
|
|
33 |
)
|
34 |
|
35 |
with st.footer():
|
36 |
+
st.write("work by Reshinth Adithyan & Aditya Thuruvas")
|
37 |
st.sidebar.title("Code Representation Learning")
|
38 |
workflow = st.sidebar.selectbox('select a task', ['Bash Synthesis'])
|
39 |
if workflow == "Bash Synthesis":
|