Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -115,6 +115,8 @@ if query:
|
|
115 |
# # display the treemap in Streamlit
|
116 |
st.pyplot(fig2)
|
117 |
|
|
|
|
|
118 |
|
119 |
|
120 |
# findRelationships(query, df)
|
|
|
115 |
# # display the treemap in Streamlit
|
116 |
st.pyplot(fig2)
|
117 |
|
118 |
+
bar = st.progress(0)
|
119 |
+
|
120 |
|
121 |
|
122 |
# findRelationships(query, df)
|