Spaces:
Runtime error
Runtime error
reshinth.adith
commited on
Commit
·
6c1e513
1
Parent(s):
fd42bf7
Update app.py
Browse files
app.py
CHANGED
@@ -28,8 +28,12 @@ def generate_text(prompt):
|
|
28 |
return outputs
|
29 |
st.set_page_config(
|
30 |
page_title= "Code Representation Learning",
|
|
|
31 |
initial_sidebar_state= "expanded"
|
32 |
)
|
|
|
|
|
|
|
33 |
st.sidebar.title("Code Representation Learning")
|
34 |
workflow = st.sidebar.selectbox('select a task', ['Bash Synthesis'])
|
35 |
if workflow == "Bash Synthesis":
|
|
|
28 |
return outputs
|
29 |
st.set_page_config(
|
30 |
page_title= "Code Representation Learning",
|
31 |
+
|
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":
|