yashasgupta commited on
Commit
c5d0e7f
·
verified ·
1 Parent(s): c18d77e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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