annafilina commited on
Commit
6899dc5
·
1 Parent(s): f5bdc5b

Update pages/answers.py

Browse files
Files changed (1) hide show
  1. pages/answers.py +0 -3
pages/answers.py CHANGED
@@ -64,9 +64,6 @@ def main():
64
 
65
  random_button = st.button('Random Example', on_click=random_button_callback)
66
 
67
- context_placeholder = "Enter the context here..."
68
- question_placeholder = "Enter the question here..."
69
-
70
  context = st.text_area("**:blue[Context]**", st.session_state['Context'], key='Context')
71
  question = st.text_input("**:blue[Question]**", st.session_state['Question'], key='Question')
72
 
 
64
 
65
  random_button = st.button('Random Example', on_click=random_button_callback)
66
 
 
 
 
67
  context = st.text_area("**:blue[Context]**", st.session_state['Context'], key='Context')
68
  question = st.text_input("**:blue[Question]**", st.session_state['Question'], key='Question')
69