Sina Media Lab commited on
Commit
2b39dec
·
1 Parent(s): 2f63335
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -134,6 +134,9 @@ st.sidebar.markdown(
134
  """
135
  <div style='background-color: white; padding: 10px; border-radius: 10px; text-align: center; color: black;'>
136
  <h1 style='margin: 0;'>Magic Math Quiz!</h1>
 
 
 
137
  <h6 style='margin: 0; font-size: 10px;'><a href="https://ghassem.com" target="_blank" style="color: black; text-decoration: none;'>By Ghassem Tofighi</a></h6>
138
  </div>
139
  """, unsafe_allow_html=True)
 
134
  """
135
  <div style='background-color: white; padding: 10px; border-radius: 10px; text-align: center; color: black;'>
136
  <h1 style='margin: 0;'>Magic Math Quiz!</h1>
137
+ <a href="https://ghassem.com" target="_blank">
138
+ <img src="https://i.imgur.com/dF3KWgY.png" alt="Logo" style="width:80%; border-radius: 5px;">
139
+ </a>
140
  <h6 style='margin: 0; font-size: 10px;'><a href="https://ghassem.com" target="_blank" style="color: black; text-decoration: none;'>By Ghassem Tofighi</a></h6>
141
  </div>
142
  """, unsafe_allow_html=True)