mouadenna commited on
Commit
e671c5f
1 Parent(s): 8c98bdb

Update pages/5_QuizMaster.py

Browse files
Files changed (1) hide show
  1. pages/5_QuizMaster.py +5 -9
pages/5_QuizMaster.py CHANGED
@@ -206,16 +206,12 @@ file_ = open("logo.png", "rb")
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;">
213
- <span style="color: orange;">Welcome to</span>
214
- <span style="color: violet;">MO3ALIMI!</span>
215
- </h1>
216
- </div>
217
-
218
- """, unsafe_allow_html=True)
219
 
220
  st.markdown("""
221
  <style>
 
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>
213
+ </div>
214
+ """, unsafe_allow_html=True)
 
 
 
 
215
 
216
  st.markdown("""
217
  <style>