mnoorchenar commited on
Commit
077d6a6
·
verified ·
1 Parent(s): c1c4a0d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +12 -3
app.py CHANGED
@@ -736,9 +736,18 @@ HTML_TEMPLATE = '''
736
  updateProgress();
737
  </script>
738
 
739
- <div style="text-align: center; padding: 20px; color: #666; margin-top: 40px; border-top: 2px solid #eee;">
740
- <p>Created by <strong>Mohammad Noorchenarboo</strong> |
741
- <a href="https://www.linkedin.com/in/mnoorchenar" target="_blank" style="color: #667eea;">LinkedIn</a></p>
 
 
 
 
 
 
 
 
 
742
  </div>
743
  </body>
744
  </html>
 
736
  updateProgress();
737
  </script>
738
 
739
+ <div class="footer">
740
+ <p>
741
+ <strong>© 2025 Mohammad Noorchenarboo</strong> |
742
+ <a href="https://www.linkedin.com/in/mnoorchenar" target="_blank">LinkedIn Profile</a>
743
+ </p>
744
+ <p style="margin-top: 10px; font-size: 0.85em;">
745
+ ⚖️ <strong>Copyright Notice:</strong> All rights reserved. Unauthorized copying, reproduction, or distribution of this application is strictly prohibited.
746
+ </p>
747
+ <p style="margin-top: 8px; font-size: 0.8em; opacity: 0.8;">
748
+ This application is provided for educational and research purposes only.
749
+ </p>
750
+ </div>
751
  </div>
752
  </body>
753
  </html>