Lwasinam commited on
Commit
43cd58e
1 Parent(s): a086d2d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -108,7 +108,7 @@ def infer(text, config):
108
 
109
  import streamlit as st
110
 
111
- st.title("English to Hausa Translation")
112
 
113
  user_input = st.text_input("Enter your text:")
114
  if user_input:
 
108
 
109
  import streamlit as st
110
 
111
+ st.title("English to Hausa Translator")
112
 
113
  user_input = st.text_input("Enter your text:")
114
  if user_input: