d.tsimerman commited on
Commit
c22857d
1 Parent(s): ef42e41
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ context_1 = 'как дела?'
22
  st.markdown('👱🏻‍♀️ **Настя**: ' + context_3)
23
  st.markdown('🤖 **Диалоговый агент**: ' + context_2)
24
  st.markdown('👱🏻‍♀️ **Настя**: ' + context_1)
25
- response = st.text_input('🤖 Диалоговый агент:', 'Норм')
26
  sample = {
27
  'context_3': context_3,
28
  'context_2': context_2,
22
  st.markdown('👱🏻‍♀️ **Настя**: ' + context_3)
23
  st.markdown('🤖 **Диалоговый агент**: ' + context_2)
24
  st.markdown('👱🏻‍♀️ **Настя**: ' + context_1)
25
+ response = st.text_input('🤖 Диалоговый агент:', 'норм')
26
  sample = {
27
  'context_3': context_3,
28
  'context_2': context_2,