yashasgupta commited on
Commit
d9f2b6d
·
verified ·
1 Parent(s): c8e451b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ st.selectbox("Input Langauge: ",options)
17
 
18
  st.selectbox("Output langauge: ",options)
19
 
20
- st.text_area("Text Input: ")
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: