Godheritage commited on
Commit
d941dd1
ยท
verified ยท
1 Parent(s): 4b6696c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +32 -0
app.py CHANGED
@@ -394,6 +394,21 @@ with gr.Blocks(css=custom_css, theme=gr.themes.Soft(), title="๐ŸŽฎ BesiegeField
394
  <h1 style="color: white;">๐ŸŽฎ BesiegeField Machine Generator</h1>
395
  <p style="color: white; opacity: 0.9;">Generate your Besiege machine designs with AI</p>
396
  <span class="badge">โœจ Powered by DeepSeek AI</span>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
397
  </div>
398
  """)
399
 
@@ -547,6 +562,23 @@ with gr.Blocks(css=custom_css, theme=gr.themes.Soft(), title="๐ŸŽฎ BesiegeField
547
  <p style="color: #999;">
548
  ๐Ÿ’ก Free to use with HF Token | ๐Ÿ”‘ Get token: <a href="https://huggingface.co/settings/tokens" target="_blank">huggingface.co/settings/tokens</a>
549
  </p>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
550
  </div>
551
  """)
552
 
 
394
  <h1 style="color: white;">๐ŸŽฎ BesiegeField Machine Generator</h1>
395
  <p style="color: white; opacity: 0.9;">Generate your Besiege machine designs with AI</p>
396
  <span class="badge">โœจ Powered by DeepSeek AI</span>
397
+ <div style="margin-top: 15px; padding-top: 15px; border-top: 1px solid rgba(255,255,255,0.3);">
398
+ <p style="color: white; margin: 5px 0; font-size: 0.95em;">๐Ÿ“Ž <strong>Links:</strong></p>
399
+ <div style="display: flex; gap: 15px; justify-content: center; flex-wrap: wrap; margin-top: 8px;">
400
+ <a href="https://besiegefield.github.io/" target="_blank" style="color: white; text-decoration: none; padding: 5px 12px; background: rgba(255,255,255,0.2); border-radius: 15px; font-size: 0.9em; transition: all 0.3s;" onmouseover="this.style.background='rgba(255,255,255,0.3)'" onmouseout="this.style.background='rgba(255,255,255,0.2)'">
401
+ ๐ŸŒ Project Page
402
+ </a>
403
+ <a href="https://github.com/Godheritage/BesiegeField" target="_blank" style="color: white; text-decoration: none; padding: 5px 12px; background: rgba(255,255,255,0.2); border-radius: 15px; font-size: 0.9em; transition: all 0.3s;" onmouseover="this.style.background='rgba(255,255,255,0.3)'" onmouseout="this.style.background='rgba(255,255,255,0.2)'">
404
+ <svg style="width: 14px; height: 14px; vertical-align: middle; margin-right: 3px;" viewBox="0 0 16 16" fill="currentColor"><path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0016 8c0-4.42-3.58-8-8-8z"></path></svg>
405
+ GitHub
406
+ </a>
407
+ <a href="https://arxiv.org/abs/2510.14980" target="_blank" style="color: white; text-decoration: none; padding: 5px 12px; background: rgba(255,255,255,0.2); border-radius: 15px; font-size: 0.9em; transition: all 0.3s;" onmouseover="this.style.background='rgba(255,255,255,0.3)'" onmouseout="this.style.background='rgba(255,255,255,0.2)'">
408
+ ๐Ÿ“„ arXiv Paper
409
+ </a>
410
+ </div>
411
+ </div>
412
  </div>
413
  """)
414
 
 
562
  <p style="color: #999;">
563
  ๐Ÿ’ก Free to use with HF Token | ๐Ÿ”‘ Get token: <a href="https://huggingface.co/settings/tokens" target="_blank">huggingface.co/settings/tokens</a>
564
  </p>
565
+ <hr style="margin: 20px 0; border: none; border-top: 1px solid #e0e0e0;">
566
+ <p style="color: #666; font-size: 0.95em; margin-bottom: 10px;">
567
+ <strong>๐Ÿ“Ž Project Links:</strong>
568
+ </p>
569
+ <div style="display: flex; gap: 15px; justify-content: center; flex-wrap: wrap;">
570
+ <a href="https://besiegefield.github.io/" target="_blank" style="color: #667eea; text-decoration: none; font-weight: 500;">
571
+ ๐ŸŒ Project Page
572
+ </a>
573
+ <span style="color: #ccc;">|</span>
574
+ <a href="https://github.com/Godheritage/BesiegeField" target="_blank" style="color: #667eea; text-decoration: none; font-weight: 500;">
575
+ GitHub Repository
576
+ </a>
577
+ <span style="color: #ccc;">|</span>
578
+ <a href="https://arxiv.org/abs/2510.14980" target="_blank" style="color: #667eea; text-decoration: none; font-weight: 500;">
579
+ ๐Ÿ“„ arXiv: 2510.14980
580
+ </a>
581
+ </div>
582
  </div>
583
  """)
584