pktpaulie commited on
Commit
51bfd94
·
verified ·
1 Parent(s): 7c39c46

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -44,8 +44,8 @@ st.markdown("""
44
 
45
  }
46
  .logo-container img {
47
- max-width: 100%;
48
- height: 100px;
49
  }
50
  .stButton>button {
51
  # background-color: #4B7BE5;
@@ -99,10 +99,10 @@ st.markdown("""
99
 
100
  # Add ResumeMagic Logo
101
  # st.image("logo.jpeg", use_container_width=True)
102
- st.markdown('<div class="stContainer"></div>', unsafe_allow_html=True)
103
  st.image("logo.jpeg", use_container_width=True)
104
- # st.markdown('</div>', unsafe_allow_html=True)
105
- # st.write("This text should appear on a black background.")
106
 
107
  # Title and Description
108
  st.title("Resume Tailoring with Google Generative AI")
 
44
 
45
  }
46
  .logo-container img {
47
+ max-width: 60%;
48
+ height: 40%;
49
  }
50
  .stButton>button {
51
  # background-color: #4B7BE5;
 
99
 
100
  # Add ResumeMagic Logo
101
  # st.image("logo.jpeg", use_container_width=True)
102
+ st.markdown('<div class="logo-container"></div>', unsafe_allow_html=True)
103
  st.image("logo.jpeg", use_container_width=True)
104
+ st.markdown('</div>', unsafe_allow_html=True)
105
+
106
 
107
  # Title and Description
108
  st.title("Resume Tailoring with Google Generative AI")