siddhartharya commited on
Commit
3262eda
·
verified ·
1 Parent(s): c4c5fcc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -749,7 +749,7 @@ def export_bookmarks():
749
  href = f'data:text/html;base64,{b64}'
750
 
751
  logger.info("Bookmarks exported successfully")
752
- return f'<div style="text-align: center;"><a href="{href}" download="bookmarks.html" style="display: inline-block; padding: 10px 20px; background-color: #4CAF50; color: white; text-decoration: none; border-radius: 5px; margin: 10px;">💾 Download Exported Bookmarks</a></div>'
753
  except Exception as e:
754
  logger.error(f"Error exporting bookmarks: {e}")
755
  return "⚠️ Error exporting bookmarks."
 
749
  href = f'data:text/html;base64,{b64}'
750
 
751
  logger.info("Bookmarks exported successfully")
752
+ return f'<a href="{href}" download="bookmarks.html">💾 Download Exported Bookmarks</a>'
753
  except Exception as e:
754
  logger.error(f"Error exporting bookmarks: {e}")
755
  return "⚠️ Error exporting bookmarks."