DawnC commited on
Commit
673ce3f
·
verified ·
1 Parent(s): 6a2169d

Upload ui_manager.py

Browse files
Files changed (1) hide show
  1. ui_manager.py +14 -0
ui_manager.py CHANGED
@@ -58,6 +58,20 @@ class UIManager:
58
  gr.HTML("""
59
  <div class="footer">
60
  <p>Powered by Wan2.2-I2V-A14B, SDXL, and OpenCLIP | Built with Gradio</p>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
61
  </div>
62
  """)
63
 
 
58
  gr.HTML("""
59
  <div class="footer">
60
  <p>Powered by Wan2.2-I2V-A14B, SDXL, and OpenCLIP | Built with Gradio</p>
61
+ <div style="margin-top: 1rem; padding-top: 1rem; border-top: 1px solid #e0e0e0;">
62
+ <p style="font-size: 0.9rem; color: #6c757d; margin-bottom: 0.75rem;">
63
+ 💡 Curious about the technical details?
64
+ </p>
65
+ <a href="https://github.com/Eric-Chung-0511/Learning-Record/tree/main/Data%20Science%20Projects/VividFlow"
66
+ target="_blank"
67
+ style="display: inline-block; padding: 10px 24px; background: linear-gradient(135deg, #24292e 0%, #1a1e22 100%);
68
+ color: white; text-decoration: none; border-radius: 8px; font-size: 0.9rem; font-weight: 500;
69
+ transition: all 0.3s ease; box-shadow: 0 2px 8px rgba(36, 41, 46, 0.2);">
70
+ <span style="margin-right: 8px;">⭐</span>
71
+ 查看 GitHub 技術文件
72
+ <span style="margin-left: 8px;">→</span>
73
+ </a>
74
+ </div>
75
  </div>
76
  """)
77