Update src/streamlit_app.py
Browse files- 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
|
| 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:
|