Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -141,6 +141,10 @@ if st.button(translate_text("Calculate Recommendations", lang_code)):
|
|
| 141 |
for suggestion in suggestions:
|
| 142 |
st.write(translate_text(suggestion, lang_code))
|
| 143 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 144 |
|
| 145 |
|
| 146 |
|
|
|
|
| 141 |
for suggestion in suggestions:
|
| 142 |
st.write(translate_text(suggestion, lang_code))
|
| 143 |
|
| 144 |
+
# Footer: Developed by
|
| 145 |
+
st.markdown(f"<br><hr><p style='text-align: center;'>Developed by Engr Muhammad Arsalan</p>", unsafe_allow_html=True)
|
| 146 |
+
|
| 147 |
+
|
| 148 |
|
| 149 |
|
| 150 |
|