Spaces:
Sleeping
Sleeping
Commit
·
3869412
1
Parent(s):
b2dfde8
Update pages/answers.py
Browse files- 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 = 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 |
-
|
70 |
if random_button:
|
71 |
context = st.text_area("**:blue[Context]**", st.session_state['Context'], key='RandomContext')
|
72 |
question = st.text_input("**:blue[Question]**", st.session_state['Question'], key='RandomQuestion')
|
|
|
64 |
|
65 |
random_button = st.button('Random Example', on_click=random_button_callback)
|
66 |
|
|
|
|
|
|
|
67 |
if random_button:
|
68 |
context = st.text_area("**:blue[Context]**", st.session_state['Context'], key='RandomContext')
|
69 |
question = st.text_input("**:blue[Question]**", st.session_state['Question'], key='RandomQuestion')
|