Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -71,7 +71,7 @@ else:
|
|
| 71 |
st.markdown(msg.content)
|
| 72 |
|
| 73 |
|
| 74 |
-
prompt = st.chat_input(placeholder="
|
| 75 |
|
| 76 |
if prompt :
|
| 77 |
with st.chat_message("user"):
|
|
|
|
| 71 |
st.markdown(msg.content)
|
| 72 |
|
| 73 |
|
| 74 |
+
prompt = st.chat_input(placeholder="Describe your symptoms or medical questions ?")
|
| 75 |
|
| 76 |
if prompt :
|
| 77 |
with st.chat_message("user"):
|