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