Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -182,14 +182,6 @@ def show_wiki_hub_page():
|
|
182 |
|
183 |
if len(st.session_state['wiki_text']) > 0:
|
184 |
st.button("Generate", on_click=wiki_generate_graph, key="gen_graph")
|
185 |
-
# st.sidebar.markdown(
|
186 |
-
"""
|
187 |
-
## How to expand the graph
|
188 |
-
- Click a button below the graph to expand that node
|
189 |
-
(Only nodes that have wiki pages will be expanded)
|
190 |
-
- Hit the Generate button again to expand your graph!
|
191 |
-
"""
|
192 |
-
)
|
193 |
|
194 |
if st.session_state['has_run_wiki']:
|
195 |
|
|
|
182 |
|
183 |
if len(st.session_state['wiki_text']) > 0:
|
184 |
st.button("Generate", on_click=wiki_generate_graph, key="gen_graph")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
185 |
|
186 |
if st.session_state['has_run_wiki']:
|
187 |
|