Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +2 -2
src/streamlit_app.py
CHANGED
@@ -53,7 +53,7 @@ if 'page' not in st.session_state:
|
|
53 |
|
54 |
# --- Sidebar Navigation ---
|
55 |
with st.sidebar:
|
56 |
-
st.title("Multilingual Quiz
|
57 |
|
58 |
# Navigation
|
59 |
st.subheader("π Navigation")
|
@@ -237,7 +237,7 @@ def save_quiz_result():
|
|
237 |
# --- Create Quiz Page ---
|
238 |
def show_create_quiz_page():
|
239 |
st.markdown(
|
240 |
-
f'<h1><img src="https://framerusercontent.com/images/9vH8BcjXKRcC5OrSfkohhSyDgX0.png" width="60"/>
|
241 |
unsafe_allow_html=True
|
242 |
)
|
243 |
|
|
|
53 |
|
54 |
# --- Sidebar Navigation ---
|
55 |
with st.sidebar:
|
56 |
+
st.title("Create Multilingual Quiz")
|
57 |
|
58 |
# Navigation
|
59 |
st.subheader("π Navigation")
|
|
|
237 |
# --- Create Quiz Page ---
|
238 |
def show_create_quiz_page():
|
239 |
st.markdown(
|
240 |
+
f'<h1><img src="https://framerusercontent.com/images/9vH8BcjXKRcC5OrSfkohhSyDgX0.png" width="60"/> Multilingual Quiz App</h1>',
|
241 |
unsafe_allow_html=True
|
242 |
)
|
243 |
|