khaerens commited on
Commit
8cb7206
·
1 Parent(s): 759c1e9
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -165,7 +165,7 @@ def show_wiki_hub_page():
165
  st.sidebar.button("Reset", on_click=wiki_reset_session, key="reset_key")
166
  cols = st.columns([8, 1])
167
  with cols[0]:
168
- st.text_input("wikipedia search term", on_change=wiki_show_suggestion, key="text")
169
  with cols[1]:
170
  st.text('')
171
  st.text('')
 
165
  st.sidebar.button("Reset", on_click=wiki_reset_session, key="reset_key")
166
  cols = st.columns([8, 1])
167
  with cols[0]:
168
+ st.text_input("wikipedia search term", on_change=wiki_show_suggestion, key="text", value="the wiki rabbit hole")
169
  with cols[1]:
170
  st.text('')
171
  st.text('')