RPygramar commited on
Commit
6d0c4ce
·
verified ·
1 Parent(s): e68c928

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -83,7 +83,7 @@ def build_albertina_page():
83
 
84
  with col1:
85
  st.subheader("Input")
86
- input_text = st.text_input("Input Sentence", "Katxor sta trás di <mask>.")
87
 
88
  submit = st.button("Submit")
89
  try:
 
83
 
84
  with col1:
85
  st.subheader("Input")
86
+ input_text = st.text_input("Input Sentence", "Katxor sta trás di [MASK].")
87
 
88
  submit = st.button("Submit")
89
  try: