czq0719 commited on
Commit
253f846
Β·
1 Parent(s): df7ebd5

Add paper / code / project page buttons to UI

Browse files
Files changed (1) hide show
  1. app.py +10 -10
app.py CHANGED
@@ -745,19 +745,19 @@ with gr.Blocks(title="CritiFusion (SDXL) Demo") as demo:
745
  )
746
 
747
  gr.Markdown(
748
- """
749
- <div style="margin-top: 10px; margin-bottom: 14px; font-family: Arial, sans-serif; font-size: 15px; line-height: 1.6;">
750
 
751
- <b style="font-size:16px;">πŸ”— Project Links</b><br><br>
752
 
753
- <a href="https://arxiv.org/abs/2512.22681" target="_blank" style="text-decoration:none; color:#1a73e8; margin-right:15px;">πŸ“„ Paper</a>
754
- <a href="https://github.com/Rossi-Laboratory/CritiFusion" target="_blank" style="text-decoration:none; color:#1a73e8; margin-right:15px;">πŸ’» Code</a>
755
- <a href="https://rossi-laboratory.github.io/CritiFusion/" target="_blank" style="text-decoration:none; color:#1a73e8; margin-right:15px;">🌐 Project Page</a>
756
- <span style="color:gray;">🎬 Video (coming soon)</span>
757
 
758
- </div>
759
- """
760
- )
761
 
762
 
763
  with gr.Row():
 
745
  )
746
 
747
  gr.Markdown(
748
+ """
749
+ <div style="margin-top: 10px; margin-bottom: 14px; font-family: Arial, sans-serif; font-size: 15px; line-height: 1.6;">
750
 
751
+ <div style="font-size:16px; font-weight:bold; margin-bottom: 4px;">πŸ”— Project Links</div>
752
 
753
+ <a href="https://arxiv.org/abs/2512.22681" target="_blank" style="text-decoration:none; color:#1a73e8; margin-right:15px;">πŸ“„ Paper</a>
754
+ <a href="https://github.com/Rossi-Laboratory/CritiFusion" target="_blank" style="text-decoration:none; color:#1a73e8; margin-right:15px;">πŸ’» Code</a>
755
+ <a href="https://rossi-laboratory.github.io/CritiFusion/" target="_blank" style="text-decoration:none; color:#1a73e8; margin-right:15px;">🌐 Project Page</a>
756
+ <span style="color:gray;">🎬 Video (coming soon)</span>
757
 
758
+ </div>
759
+ """
760
+ )
761
 
762
 
763
  with gr.Row():