sarim commited on
Commit
1e1a3c0
·
1 Parent(s): 0fcf0ab

button color change

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -88,7 +88,7 @@ def main():
88
  binary_data = uploaded_file.getvalue()
89
  pdf_viewer(input=binary_data,
90
  width=700)
91
- if st.button("Improve Resume and Cover letter"):
92
  ai_resume(data)
93
 
94
 
 
88
  binary_data = uploaded_file.getvalue()
89
  pdf_viewer(input=binary_data,
90
  width=700)
91
+ if st.button("Improve Resume and Cover letter",type='primary'):
92
  ai_resume(data)
93
 
94