arsalan16 commited on
Commit
b076256
·
verified ·
1 Parent(s): abbfa74

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
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