Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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("
|
| 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:
|