Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -157,14 +157,6 @@ st.selectbox(
|
|
157 |
def show_wiki_hub_page():
|
158 |
# st.sidebar.button("Reset", on_click=wiki_reset_session, key="reset_key")
|
159 |
|
160 |
-
# st.sidebar.markdown(
|
161 |
-
"""
|
162 |
-
## How To Create a Graph:
|
163 |
-
- Enter wikipedia search terms, separated by comma's
|
164 |
-
- Choose one or more of the suggested topics (max 3)
|
165 |
-
- Click generate!
|
166 |
-
"""
|
167 |
-
)
|
168 |
cols = st.columns([8, 1])
|
169 |
with cols[0]:
|
170 |
st.text_input("wikipedia search term", on_change=wiki_show_suggestion, key="text", value="graphs, are, awesome")
|
|
|
157 |
def show_wiki_hub_page():
|
158 |
# st.sidebar.button("Reset", on_click=wiki_reset_session, key="reset_key")
|
159 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
160 |
cols = st.columns([8, 1])
|
161 |
with cols[0]:
|
162 |
st.text_input("wikipedia search term", on_change=wiki_show_suggestion, key="text", value="graphs, are, awesome")
|