awacke1 commited on
Commit
df4ef99
β€’
1 Parent(s): ba9b685

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -14,8 +14,8 @@ from st_click_detector import click_detector
14
 
15
  # check if here for the first time then set the query
16
  if 'query' not in st.session_state:
17
- st.session_state['query'] = 'AI'
18
- query = st.text_input("", value="AI", key="query")
19
  #st.session_state.query = 'AI'
20
  st.write(st.session_state.query)
21
  else:
14
 
15
  # check if here for the first time then set the query
16
  if 'query' not in st.session_state:
17
+ #st.session_state['query'] = 'AI'
18
+ query = st.text_input("", value="artificial intelligence", key="query")
19
  #st.session_state.query = 'AI'
20
  st.write(st.session_state.query)
21
  else: