Update app.py
Browse files
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}")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|