jonasburian commited on
Commit
8d84e87
Β·
verified Β·
1 Parent(s): 4bb328e

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -492,7 +492,7 @@ def main():
492
  st.subheader("πŸ” Query")
493
  user_input = st.text_area(
494
  "Enter clinical or biomedical text:",
495
- placeholder="e.g. "Migraine with aura" or "ICD10 G43.1"",
496
  height=120,
497
  help="Enter any clinical description or biomedical concept to find similar codes"
498
  )
 
492
  st.subheader("πŸ” Query")
493
  user_input = st.text_area(
494
  "Enter clinical or biomedical text:",
495
+ placeholder="e.g. \"Migraine with aura\" or \"ICD10 G43.1\"",
496
  height=120,
497
  help="Enter any clinical description or biomedical concept to find similar codes"
498
  )