bharathmunakala commited on
Commit
536daec
Β·
verified Β·
1 Parent(s): fe730f1

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. 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 App")
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"/> Create Multilingual Quiz</h1>',
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