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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ 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
+ st.button()
22
 
23
  if st.button == True:
24