balafromtn commited on
Commit
874057c
·
verified ·
1 Parent(s): 64c5917

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -9
app.py CHANGED
@@ -142,12 +142,3 @@ elif st.session_state.calculator_mode == "excel":
142
  )
143
  except Exception as e:
144
  st.error(f"⚠️ Error processing file: {e}")
145
-
146
- # Footer
147
- footer_html = """
148
- <div class="footer">
149
- Made By balafromtn 😉
150
- </div>
151
- """
152
-
153
- st.markdown(footer_html, unsafe_allow_html=True)
 
142
  )
143
  except Exception as e:
144
  st.error(f"⚠️ Error processing file: {e}")