ilyshi commited on
Commit
5b45180
1 Parent(s): e248ab5
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,7 +62,7 @@ text = st.text_area("Введите описание статьи", height=200)
62
  st.write("beginning")
63
  if text is None:
64
  st.write("var1")
65
- else if text == "":
66
  st.write("var2")
67
  else
68
  st.write("other variant")
 
62
  st.write("beginning")
63
  if text is None:
64
  st.write("var1")
65
+ elif text == "":
66
  st.write("var2")
67
  else
68
  st.write("other variant")