klasser commited on
Commit
ed83615
·
verified ·
1 Parent(s): 8a3702a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -84,7 +84,7 @@ st.sidebar.info("💡 **Попробуйте начать так:**\n\n- *I hate
84
 
85
  # Главное поле ввода
86
  user_prompt = st.text_input("✍️ Напишите начало отзыва (на англ.) и нажмите Enter:",
87
- value="The director tried to make a good movie, but",
88
  max_chars=100)
89
 
90
  if st.button("Мне повезет!", type="primary", use_container_width=True):
 
84
 
85
  # Главное поле ввода
86
  user_prompt = st.text_input("✍️ Напишите начало отзыва (на англ.) и нажмите Enter:",
87
+ value="The director tried to make a good movie and",
88
  max_chars=100)
89
 
90
  if st.button("Мне повезет!", type="primary", use_container_width=True):