eaglelandsonce commited on
Commit
ba79e6b
1 Parent(s): 250e3e8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ if your_file is not None:
23
  json_data = json.loads(bytes_data)
24
 
25
  else:
26
- st.write("Example api file can be located here")
27
 
28
  json_data = get_json("https://raw.githubusercontent.com/insightbuilder/python_de_learners_data/main/code_script_notebooks/python_scripts/json_reader/toplevel_comment_zGAkhN1YZXM.json")
29
  try:
 
23
  json_data = json.loads(bytes_data)
24
 
25
  else:
26
+ st.write("Reference: https://blog.streamlit.io/the-streamlit-agraph-component/")
27
 
28
  json_data = get_json("https://raw.githubusercontent.com/insightbuilder/python_de_learners_data/main/code_script_notebooks/python_scripts/json_reader/toplevel_comment_zGAkhN1YZXM.json")
29
  try: