Update app.py
Browse files
app.py
CHANGED
@@ -83,7 +83,7 @@ with col2:
|
|
83 |
with st.spinner("Generating code..."):
|
84 |
# use threading
|
85 |
generations = []
|
86 |
-
generate_code(generations, "CodeGen", gen_prompt,
|
87 |
st.code(generations[0])
|
88 |
read_markdown("utils/intro.md")
|
89 |
|
|
|
83 |
with st.spinner("Generating code..."):
|
84 |
# use threading
|
85 |
generations = []
|
86 |
+
generate_code(generations, "CodeGen", gen_prompt, 8, 0.2, 42)
|
87 |
st.code(generations[0])
|
88 |
read_markdown("utils/intro.md")
|
89 |
|