awacke1 commited on
Commit
7640659
·
1 Parent(s): f346f2d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -8
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