wissemkarous commited on
Commit
e0e4a15
1 Parent(s): c8d94c4
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -131,8 +131,8 @@ with col2:
131
  txt = ctc_decode(y[0])
132
  st.text(txt[-1])
133
 
134
- st.info("Author ©️ : Wissem Karous ")
135
- st.info("Made with ❤️")
136
  ##################
137
 
138
 
 
131
  txt = ctc_decode(y[0])
132
  st.text(txt[-1])
133
 
134
+ st.info("Author ©️ : Wissem Karous ")
135
+ st.info("Made with ❤️")
136
  ##################
137
 
138