loubnabnl HF staff commited on
Commit
5f92ae6
1 Parent(s): d21d100

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, 8, 0.2, 42)
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, 10, 0.2, 42)
87
  st.code(generations[0])
88
  read_markdown("utils/intro.md")
89