Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -108,7 +108,7 @@ def infer(text, config):
|
|
108 |
|
109 |
import streamlit as st
|
110 |
|
111 |
-
st.title("English to Hausa
|
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:
|