button color change
Browse files
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 |
|