ErikDaska commited on
Commit
9aee907
·
verified ·
1 Parent(s): 30cce29

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -47,7 +47,7 @@ def build_roberta_page():
47
 
48
  with col1:
49
  st.subheader("Input")
50
- input_text = st.text_input("Input Sentence", "Nha ca<mask>, nha regra!")
51
 
52
  submit = st.button("Submit")
53
  try:
 
47
 
48
  with col1:
49
  st.subheader("Input")
50
+ input_text = st.text_input("Input Sentence", "Katxor sta trás di <mask>.")
51
 
52
  submit = st.button("Submit")
53
  try: