Spaces:
Runtime error
Runtime error
reshinth.adith
commited on
Commit
·
3d99758
1
Parent(s):
a8ab360
Update app.py
Browse files
app.py
CHANGED
|
@@ -32,9 +32,9 @@ page_title= "Code Representation Learning",
|
|
| 32 |
initial_sidebar_state= "expanded"
|
| 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":
|
| 40 |
st.title("Program Synthesis for Bash")
|
|
|
|
| 32 |
initial_sidebar_state= "expanded"
|
| 33 |
)
|
| 34 |
|
|
|
|
|
|
|
| 35 |
st.sidebar.title("Code Representation Learning")
|
| 36 |
+
st.sidebar.write("work by Reshinth Adithyan & Aditya Thuruvas")
|
| 37 |
+
|
| 38 |
workflow = st.sidebar.selectbox('select a task', ['Bash Synthesis'])
|
| 39 |
if workflow == "Bash Synthesis":
|
| 40 |
st.title("Program Synthesis for Bash")
|