Gayatrikh16 commited on
Commit
e3f5b9c
·
verified ·
1 Parent(s): 2567620

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -36,8 +36,8 @@ with col2:
36
  blog_style = st.selectbox('Generating project idea for',
37
  ('Researchers', 'Data Scientist', 'Software Developer', 'Common People'), index=0)
38
 
39
- # Adding an additional field for max_new_tokens
40
- max_new_tokens = st.slider('Max New Tokens', min_value=10, max_value=100, value=50, step=10)
41
 
42
  submit = st.button("Generate")
43
 
 
36
  blog_style = st.selectbox('Generating project idea for',
37
  ('Researchers', 'Data Scientist', 'Software Developer', 'Common People'), index=0)
38
 
39
+
40
+
41
 
42
  submit = st.button("Generate")
43