Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- 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 |
)
|