update
Browse files
app.py
CHANGED
|
@@ -30,7 +30,9 @@ def generate_code(model_name, gen_prompt, max_new_tokens, temperature, seed):
|
|
| 30 |
return generated_text
|
| 31 |
|
| 32 |
|
| 33 |
-
|
|
|
|
|
|
|
| 34 |
|
| 35 |
# Introduction
|
| 36 |
st.title("Code generation with 🤗")
|
|
|
|
| 30 |
return generated_text
|
| 31 |
|
| 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 🤗")
|