luiscgp commited on
Commit
b4142aa
1 Parent(s): 0078426
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -248,7 +248,7 @@ def main():
248
  )
249
  # Search bar
250
  statement = st.text_input(
251
- "", value=st.session_state.statement, max_chars=100, on_change=reset_results
252
  )
253
  st.markdown("<style>.stButton button {width:100%;}</style>", unsafe_allow_html=True)
254
 
 
248
  )
249
  # Search bar
250
  statement = st.text_input(
251
+ "", max_chars=100, on_change=reset_results
252
  )
253
  st.markdown("<style>.stButton button {width:100%;}</style>", unsafe_allow_html=True)
254