update title
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ selected_task = st.sidebar.selectbox("Select a task:", tasks)
|
|
34 |
|
35 |
|
36 |
if selected_task == " ":
|
37 |
-
st.title("
|
38 |
with open("intro.txt", "r") as f:
|
39 |
intro = f.read()
|
40 |
st.markdown(intro)
|
|
|
34 |
|
35 |
|
36 |
if selected_task == " ":
|
37 |
+
st.title("Code Generation Models")
|
38 |
with open("intro.txt", "r") as f:
|
39 |
intro = f.read()
|
40 |
st.markdown(intro)
|