update app.py
Browse filesРусский язык 2
app.py
CHANGED
@@ -34,7 +34,7 @@ def main():
|
|
34 |
st.markdown(message["content"])
|
35 |
|
36 |
# User input
|
37 |
-
user_input = st.chat_input("
|
38 |
|
39 |
if user_input:
|
40 |
# Add user message to session state
|
|
|
34 |
st.markdown(message["content"])
|
35 |
|
36 |
# User input
|
37 |
+
user_input = st.chat_input("Прошу здесь задавать вопросы по неврологии..")
|
38 |
|
39 |
if user_input:
|
40 |
# Add user message to session state
|