trim helper text
Browse files
app.py
CHANGED
|
@@ -125,7 +125,7 @@ neo4j_password = st.sidebar.text_input("NEO4J_PASSWORD", value=os.getenv("NEO4J_
|
|
| 125 |
neo4j_database = st.sidebar.text_input(
|
| 126 |
"NEO4J_DATABASE",
|
| 127 |
value=os.getenv("NEO4J_DATABASE", ""),
|
| 128 |
-
help="Aura names this after the instance id
|
| 129 |
)
|
| 130 |
|
| 131 |
st.sidebar.subheader("UI")
|
|
|
|
| 125 |
neo4j_database = st.sidebar.text_input(
|
| 126 |
"NEO4J_DATABASE",
|
| 127 |
value=os.getenv("NEO4J_DATABASE", ""),
|
| 128 |
+
help="Aura names this after the instance id.",
|
| 129 |
)
|
| 130 |
|
| 131 |
st.sidebar.subheader("UI")
|