seawolf2357 commited on
Commit
2120b7d
Β·
verified Β·
1 Parent(s): 05ad8bc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +13 -6
app.py CHANGED
@@ -838,13 +838,20 @@ with gr.Blocks(css_paths="app.css",theme=theme) as demo:
838
  # 쒌츑 νŒ¨λ„ 뢀뢄을 λ‹€μŒκ³Ό 같이 μˆ˜μ •
839
  with antd.Col(span=24, md=8):
840
  with antd.Flex(vertical=True, gap="middle", wrap=True):
 
841
  header = gr.HTML(f"""
842
- <div class="left_header">
843
- <img src="data:image/gif;base64,{get_image_base64('mouse.gif')}" width="360px" />
844
- <h1 style="font-size: 18px;">고양이도 발둜 μ½”λ”©ν•˜λŠ” 'MOUSE-I'</h2>
845
- <h1 style="font-size: 10px;">μž…λ ₯없이 'Send' λ²„νŠΌ ν΄λ¦­μ‹œ λžœλ€ν•œ 예제 μ½”λ“œ 생성. μƒμ„±λœ μ½”λ“œλ§Œ ν”„λ‘¬ν”„νŠΈμ— λΆ™μ—¬λ„£κ³  'Code μ‹€ν–‰' λ²„νŠΌ ν΄λ¦­μ‹œ 화면에 μ¦‰μ‹œ μ„œλΉ„μŠ€κ°€ μ‹€ν–‰. 문의: [email protected] </h2>
846
- </div>
847
- """)
 
 
 
 
 
 
848
  input = antd.InputTextarea(
849
  size="large",
850
  allow_clear=True,
 
838
  # 쒌츑 νŒ¨λ„ 뢀뢄을 λ‹€μŒκ³Ό 같이 μˆ˜μ •
839
  with antd.Col(span=24, md=8):
840
  with antd.Flex(vertical=True, gap="middle", wrap=True):
841
+
842
  header = gr.HTML(f"""
843
+ <div class="left_header">
844
+ <img src="data:image/gif;base64,{get_image_base64('mouse.gif')}" width="360px" />
845
+ <h1 style="font-size: 18px;">고양이도 발둜 μ½”λ”©ν•˜λŠ” 'MOUSE-I'</h2>
846
+ <h1 style="font-size: 10px;">μž…λ ₯없이 'Send' λ²„νŠΌ ν΄λ¦­μ‹œ λžœλ€ν•œ 예제 μ½”λ“œ 생성. μƒμ„±λœ μ½”λ“œλ§Œ ν”„λ‘¬ν”„νŠΈμ— λΆ™μ—¬λ„£κ³  'Code μ‹€ν–‰' λ²„νŠΌ ν΄λ¦­μ‹œ 화면에 μ¦‰μ‹œ μ„œλΉ„μŠ€κ°€ μ‹€ν–‰. 문의: [email protected] </h2>
847
+ <h1 style="font-size: 12px; margin-top: 10px;">
848
+ <a href="https://openfree-gallery.hf.space" target="_blank" style="color: #0084ff; text-decoration: none; transition: color 0.3s;" onmouseover="this.style.color='#00a3ff'" onmouseout="this.style.color='#0084ff'">
849
+ 🎨 MOUSE둜 μƒμ„±ν•œ μ›Ήμ•± 곡개 가러리 λ°”λ‘œκ°€κΈ° 클릭
850
+ </a>
851
+ </h1>
852
+ </div>
853
+ """)
854
+
855
  input = antd.InputTextarea(
856
  size="large",
857
  allow_clear=True,