hassiahk commited on
Commit
1b0f5ae
1 Parent(s): 9c7e2f4

Fix Logo alignment

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -80,7 +80,7 @@ st.sidebar.markdown(
80
  }
81
  </style>
82
  <p class="aligncenter">
83
- <img src="https://user-images.githubusercontent.com/77657524/126361638-4aad58e8-4efb-4fc5-bf78-f53d03799e1e.png" width="400" height="400"/>
84
  </p>
85
  """,
86
  unsafe_allow_html=True,
 
80
  }
81
  </style>
82
  <p class="aligncenter">
83
+ <img src="https://user-images.githubusercontent.com/77657524/126361638-4aad58e8-4efb-4fc5-bf78-f53d03799e1e.png" width="450" height="400"/>
84
  </p>
85
  """,
86
  unsafe_allow_html=True,