cha0smagick commited on
Commit
993ed30
·
verified ·
1 Parent(s): cace507

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -0
app.py CHANGED
@@ -324,6 +324,15 @@ def main():
324
  bg_color = st.sidebar.color_picker("Background Color", "#000000")
325
  line_color = st.sidebar.color_picker("Sigil Color", "#FFFFFF")
326
 
 
 
 
 
 
 
 
 
 
327
  # --- Main Area for Display ---
328
  if intent_text:
329
  lang_map = CONVERSION_MAPS[conversion_lang]
 
324
  bg_color = st.sidebar.color_picker("Background Color", "#000000")
325
  line_color = st.sidebar.color_picker("Sigil Color", "#FFFFFF")
326
 
327
+ st.sidebar.markdown("---")
328
+ st.sidebar.subheader("Support this Tool")
329
+ st.sidebar.markdown("If you find this generator useful, consider making a donation in cryptocurrency. Your support helps maintain and improve this project.")
330
+ st.sidebar.markdown("**Bitcoin (BTC):**")
331
+ st.sidebar.code("154P7GdFHBH2N5XuSauBhEbdGYSen8RkBT")
332
+ st.sidebar.markdown("**Dogecoin (DOGE):**")
333
+ st.sidebar.code("DFT2oi1gsWFKiqqDhPabTud9NN6M2EbzhY")
334
+
335
+
336
  # --- Main Area for Display ---
337
  if intent_text:
338
  lang_map = CONVERSION_MAPS[conversion_lang]