f64
commited on
Commit
·
3a25d0d
1
Parent(s):
72813c4
- pages/0_CHAT.py +2 -2
- pages/{1_qwerty.py → 7_итоги.py} +0 -0
pages/0_CHAT.py
CHANGED
|
@@ -6,6 +6,6 @@ st.markdown("<style> header[data-testid='stHeader'] { display:none }", unsafe_al
|
|
| 6 |
|
| 7 |
# with st.sidebar:
|
| 8 |
messages = st.container(height=300)
|
| 9 |
-
if prompt := st.chat_input("
|
| 10 |
messages.chat_message("user").write(prompt)
|
| 11 |
-
messages.chat_message("
|
|
|
|
| 6 |
|
| 7 |
# with st.sidebar:
|
| 8 |
messages = st.container(height=300)
|
| 9 |
+
if prompt := st.chat_input("Спрашивайте тут : "):
|
| 10 |
messages.chat_message("user").write(prompt)
|
| 11 |
+
messages.chat_message("boss").write(f">>> {prompt[::-1]}") # assistant
|
pages/{1_qwerty.py → 7_итоги.py}
RENAMED
|
File without changes
|