hydai commited on
Commit
e2723b5
1 Parent(s): 4c1e93c

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -151,7 +151,8 @@ if option =='Understand the requirement of a specific position':
151
 
152
  st.write('Click button again if you want to regenerate a new ansewer.')
153
 
154
- submit=st.checkbox('submit')
 
155
 
156
  if submit:
157
  prompt=prompt2(position)
@@ -185,7 +186,6 @@ if option =='Analyze resume':
185
  # with col33:
186
  # ad_num=st.text_input('Input your ad_num','4')
187
 
188
-
189
  position=st.text_input('Input your position','data engineer')
190
  dis_num=6
191
  ad_num=4
 
151
 
152
  st.write('Click button again if you want to regenerate a new ansewer.')
153
 
154
+ #submit=st.checkbox('submit')
155
+ submit=st.button('submit')
156
 
157
  if submit:
158
  prompt=prompt2(position)
 
186
  # with col33:
187
  # ad_num=st.text_input('Input your ad_num','4')
188
 
 
189
  position=st.text_input('Input your position','data engineer')
190
  dis_num=6
191
  ad_num=4