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