farimafatahi commited on
Commit
d697d0c
·
verified ·
1 Parent(s): 51ca0e2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -102,6 +102,7 @@ st.markdown(
102
  }}
103
  .logo-container img {{
104
  width: 50%; /* Adjust this to control the width, e.g., 50% of container width */
 
105
  max-width: 700px; /* Set a maximum width */
106
  background-color: transparent;
107
  }}
 
102
  }}
103
  .logo-container img {{
104
  width: 50%; /* Adjust this to control the width, e.g., 50% of container width */
105
+ margin: 0 auto;
106
  max-width: 700px; /* Set a maximum width */
107
  background-color: transparent;
108
  }}