Kushagra13 commited on
Commit
1fc1601
·
verified ·
1 Parent(s): b0cc9b6

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +0 -9
src/streamlit_app.py CHANGED
@@ -250,12 +250,3 @@ st.markdown("""
250
  </div>
251
  """, unsafe_allow_html=True)
252
 
253
- # --- POWERED BY SIGN-OFF ---
254
- st.markdown(
255
- """
256
- <div style="margin-top:1.7em;margin-bottom:0.5em;text-align:center;">
257
- <span style="font-size:1.09em;color:#F72585;font-weight:700;">Powered by Bugs Fring</span>
258
- </div>
259
- """,
260
- unsafe_allow_html=True
261
- )
 
250
  </div>
251
  """, unsafe_allow_html=True)
252