Update pages/pages_5_QuizMaster.py
Browse files
pages/pages_5_QuizMaster.py
CHANGED
@@ -290,7 +290,7 @@ st.markdown("""<style>description {color: Green;}
|
|
290 |
|
291 |
</style>""",unsafe_allow_html = True)
|
292 |
|
293 |
-
file_ = open("
|
294 |
contents = file_.read()
|
295 |
data_url = base64.b64encode(contents).decode("utf-8")
|
296 |
|
|
|
290 |
|
291 |
</style>""",unsafe_allow_html = True)
|
292 |
|
293 |
+
file_ = open("logo.png", "rb")
|
294 |
contents = file_.read()
|
295 |
data_url = base64.b64encode(contents).decode("utf-8")
|
296 |
|