Sina Media Lab
commited on
Commit
·
2eb2833
1
Parent(s):
a5eb002
Updates
Browse files
app.py
CHANGED
@@ -145,7 +145,8 @@ current_question = st.session_state.current_question
|
|
145 |
st.markdown(
|
146 |
"""
|
147 |
<div style='background-color: #D3D3D3; padding: 10px; border-radius: 10px; text-align: center; color: black; margin-top: 20px;'>
|
148 |
-
<
|
|
|
149 |
</div>
|
150 |
""", unsafe_allow_html=True)
|
151 |
|
|
|
145 |
st.markdown(
|
146 |
"""
|
147 |
<div style='background-color: #D3D3D3; padding: 10px; border-radius: 10px; text-align: center; color: black; margin-top: 20px;'>
|
148 |
+
<h3 style='margin: 0;'>Magic Math Quiz!</h3>
|
149 |
+
<h6 style='margin: 0;'><a href="https://ghassem.com" target="_blank" style="color: black; text-decoration: none;">By Ghassem Tofighi</a></h6>
|
150 |
</div>
|
151 |
""", unsafe_allow_html=True)
|
152 |
|