Update pages/5_QuizMaster.py
Browse files- pages/5_QuizMaster.py +1 -1
pages/5_QuizMaster.py
CHANGED
@@ -206,7 +206,7 @@ file_ = open("logo.png", "rb")
|
|
206 |
contents = file_.read()
|
207 |
data_url = base64.b64encode(contents).decode("utf-8")
|
208 |
|
209 |
-
|
210 |
<div style="display: flex; align-items: center;">
|
211 |
<img src="data:image/gif;base64,{data_url}" alt="Company Logo" style="height: 100px; width: auto; margin-right: 20px;">
|
212 |
<h1 style="margin: 0;">MO3ALIMI</h1>
|
|
|
206 |
contents = file_.read()
|
207 |
data_url = base64.b64encode(contents).decode("utf-8")
|
208 |
|
209 |
+
st.markdown(f"""
|
210 |
<div style="display: flex; align-items: center;">
|
211 |
<img src="data:image/gif;base64,{data_url}" alt="Company Logo" style="height: 100px; width: auto; margin-right: 20px;">
|
212 |
<h1 style="margin: 0;">MO3ALIMI</h1>
|