Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -57,7 +57,7 @@ def app():
|
|
| 57 |
footer()
|
| 58 |
st.title("Graph Example")
|
| 59 |
st.sidebar.title("Welcome")
|
| 60 |
-
query_type = st.sidebar.selectbox("Query Tpye: ", ["Inspirationals", "Marvel"]) # could add more stuff here later on or add other endpoints in the sidebar.
|
| 61 |
config = Config(height=600, width=700, nodeHighlightBehavior=True, highlightColor="#F7A7A6", directed=True,
|
| 62 |
collapsible=True)
|
| 63 |
|
|
|
|
| 57 |
footer()
|
| 58 |
st.title("Graph Example")
|
| 59 |
st.sidebar.title("Welcome")
|
| 60 |
+
query_type = st.sidebar.selectbox("Query Tpye: ", ["Inspirationals", "Marvel", "Fraud"]) # could add more stuff here later on or add other endpoints in the sidebar.
|
| 61 |
config = Config(height=600, width=700, nodeHighlightBehavior=True, highlightColor="#F7A7A6", directed=True,
|
| 62 |
collapsible=True)
|
| 63 |
|