Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ expander = st.sidebar.expander("About")
|
|
21 |
expander.write("This web app allows you to translate a text in Norwegian Bokmål to Norwegian Nynorsk.")
|
22 |
|
23 |
st.sidebar.header("Choose or write your own.")
|
24 |
-
option = st.
|
25 |
|
26 |
|
27 |
text = st.text_input(f"Bokmål text: ")
|
|
|
21 |
expander.write("This web app allows you to translate a text in Norwegian Bokmål to Norwegian Nynorsk.")
|
22 |
|
23 |
st.sidebar.header("Choose or write your own.")
|
24 |
+
option = st.selectbox("", ["Text summarization", "Dette er et eksempel.", "Dette er en test."])
|
25 |
|
26 |
|
27 |
text = st.text_input(f"Bokmål text: ")
|