Spaces:
Runtime error
Runtime error
Changed the caption
Browse files
app.py
CHANGED
@@ -21,4 +21,4 @@ if english_text:
|
|
21 |
# Display the translation
|
22 |
st.write("Bengali Translation:")
|
23 |
st.write(bengali_translation)
|
24 |
-
st.caption("Made with ❤ ")
|
|
|
21 |
# Display the translation
|
22 |
st.write("Bengali Translation:")
|
23 |
st.write(bengali_translation)
|
24 |
+
st.caption("Made with ❤ by Chad ")
|