Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,6 @@ st.selectbox("Input Langauge: ",options)
|
|
18 |
st.selectbox("Output langauge: ",options)
|
19 |
|
20 |
st.text_input("Text Input: ")
|
21 |
-
st.button()
|
22 |
|
23 |
if st.button == True:
|
24 |
|
|
|
18 |
st.selectbox("Output langauge: ",options)
|
19 |
|
20 |
st.text_input("Text Input: ")
|
|
|
21 |
|
22 |
if st.button == True:
|
23 |
|