Update app.py
Browse files
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 |
-
|
| 843 |
-
|
| 844 |
-
|
| 845 |
-
|
| 846 |
-
|
| 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,
|