update
Browse files
app.py
CHANGED
@@ -32,7 +32,6 @@ def generate_code(model_name, gen_prompt, max_new_tokens, temperature, seed):
|
|
32 |
|
33 |
st.set_page_config(page_icon=":laptop:", layout="wide")
|
34 |
st.sidebar.markdown("utils/table_contents.txt")
|
35 |
-
)
|
36 |
|
37 |
# Introduction
|
38 |
st.title("Code generation with 🤗")
|
|
|
32 |
|
33 |
st.set_page_config(page_icon=":laptop:", layout="wide")
|
34 |
st.sidebar.markdown("utils/table_contents.txt")
|
|
|
35 |
|
36 |
# Introduction
|
37 |
st.title("Code generation with 🤗")
|