Respair commited on
Commit
70d94f5
·
verified ·
1 Parent(s): 4ad9545

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +14 -0
app.py CHANGED
@@ -120,6 +120,20 @@ with gr.Blocks(theme="Respair/Shiki@9.1.0", css=css) as demo:
120
  with gr.Tabs() as tabs:
121
  # Notice tab (default first tab)
122
  with gr.TabItem("お知らせ", id=0):
 
 
 
 
 
 
 
 
 
 
 
 
 
 
123
  gr.HTML("""
124
  <div style="background-color: rgba(255, 255, 255, 0.025); padding: 30px; border-radius: 12px; backdrop-filter: blur(10px); max-width: 100%; box-shadow: 0 4px 6px rgba(0,0,0,0.1);">
125
 
 
120
  with gr.Tabs() as tabs:
121
  # Notice tab (default first tab)
122
  with gr.TabItem("お知らせ", id=0):
123
+ gr.HTML("""
124
+ <div style="background-color: rgba(255, 255, 255, 0.025); padding: 60px 30px; border-radius: 12px; backdrop-filter: blur(5px); max-width: 100%; box-shadow: 0 4px 6px rgba(0,0,0,0.1); text-align: center;">
125
+ <p style="color: #1a1a1a; font-weight: 600; line-height: 1.8; margin-bottom: 12px; font-size: 22px;">
126
+ UPDATE: 新しいモデルを開発しました!こちらからお試しいただけます:
127
+ </p>
128
+ <p style="margin-top: 8px;">
129
+ <a href="https://huggingface.co/spaces/Respair/Mirei" target="_blank" style="color: #FF9D00; text-decoration: none; font-weight: 600; font-size: 20px;">
130
+ 🤗 Hugging Face — Mirei
131
+ </a>
132
+ </p>
133
+ </div>
134
+ """)
135
+
136
+
137
  gr.HTML("""
138
  <div style="background-color: rgba(255, 255, 255, 0.025); padding: 30px; border-radius: 12px; backdrop-filter: blur(10px); max-width: 100%; box-shadow: 0 4px 6px rgba(0,0,0,0.1);">
139