ash001 commited on
Commit
59b937e
·
1 Parent(s): f29aa37

trim helper text

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 (e.g. 4b4dbb91), not 'neo4j'.",
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")