Really-amin commited on
Commit
96dc85f
·
verified ·
1 Parent(s): cd19ae8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -79,6 +79,6 @@ pip install -r requirements.txt
79
 
80
  # Run the system
81
  python app.py
82
-
83
 
84
  <div align="center" style="margin-top: 2rem; padding: 1.5rem; background: white; border-radius: 10px; border: 2px solid transparent; background-clip: padding-box; position: relative; overflow: hidden;"> <div style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(45deg, #00ff88, #00b8ff); z-index: -1; opacity: 0.2;"></div> <h3>✨ Made with ❤️</h3> <p>By [Your Name]</p> </div><style> /* Custom CSS for Glassmorphism Effects */ button { background: rgba(255, 255, 255, 0.25); border: none; border-radius: 12px; padding: 0.75rem 1.5rem; font-weight: bold; color: #ffffff; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); transition: all 0.3s ease; backdrop-filter: blur(5px); } button:hover { background: rgba(255, 255, 255, 0.4); box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15); } /* Responsive design */ @media (max-width: 768px) { h1 { font-size: 2.5em; } .badges { flex-direction: column; } .feature-grid { grid-template-columns: 1fr; } } </style>
 
79
 
80
  # Run the system
81
  python app.py
82
+ ```
83
 
84
  <div align="center" style="margin-top: 2rem; padding: 1.5rem; background: white; border-radius: 10px; border: 2px solid transparent; background-clip: padding-box; position: relative; overflow: hidden;"> <div style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(45deg, #00ff88, #00b8ff); z-index: -1; opacity: 0.2;"></div> <h3>✨ Made with ❤️</h3> <p>By [Your Name]</p> </div><style> /* Custom CSS for Glassmorphism Effects */ button { background: rgba(255, 255, 255, 0.25); border: none; border-radius: 12px; padding: 0.75rem 1.5rem; font-weight: bold; color: #ffffff; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); transition: all 0.3s ease; backdrop-filter: blur(5px); } button:hover { background: rgba(255, 255, 255, 0.4); box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15); } /* Responsive design */ @media (max-width: 768px) { h1 { font-size: 2.5em; } .badges { flex-direction: column; } .feature-grid { grid-template-columns: 1fr; } } </style>