Update app.py
Browse files
app.py
CHANGED
@@ -144,6 +144,8 @@ with gr.Blocks(css_paths="app.css") as demo:
|
|
144 |
<div class="left_header">
|
145 |
<img src="data:image/gif;base64,{get_image_base64('mouse.gif')}" width="360px" />
|
146 |
<h1 style="font-size: 20px;">AI ์ฝ๋ฉ ์ฝํ์ผ๋ฟ: MOUSE-I</h2>
|
|
|
|
|
147 |
</div>
|
148 |
""")
|
149 |
input = antd.InputTextarea(
|
@@ -189,7 +191,7 @@ with gr.Blocks(css_paths="app.css") as demo:
|
|
189 |
|
190 |
# ๋ ๋ฒ์งธ ์์ ๋ฒํผ
|
191 |
example_btn2 = antd.Button(
|
192 |
-
"[๊ฒ์] ์นด๋
|
193 |
type="default",
|
194 |
block=True,
|
195 |
size="large"
|
|
|
144 |
<div class="left_header">
|
145 |
<img src="data:image/gif;base64,{get_image_base64('mouse.gif')}" width="360px" />
|
146 |
<h1 style="font-size: 20px;">AI ์ฝ๋ฉ ์ฝํ์ผ๋ฟ: MOUSE-I</h2>
|
147 |
+
<h1 style="font-size: 10px;">ํ๋กฌํํธ ์
๋ ฅ์์ด 'Send' ๋ฒํผ ํด๋ฆญ์ ๋๋คํ ์์ ์ฝ๋๊ฐ ์์ฑ๋ฉ๋๋ค.</h2>
|
148 |
+
<h1 style="font-size: 10px;">์์ฑ๋ ์ฝ๋๋ง ํ๋กฌํํธ์ ๋ถ์ฌ๋ฃ๊ณ '์ฝ๋ ์คํ' ๋ฒํผ ํด๋ฆญ์ ํ๋ฉด์์ ์ฆ์ ์ฌ๋น์ค๊ฐ ์คํ๋ฉ๋๋ค.</h2>
|
149 |
</div>
|
150 |
""")
|
151 |
input = antd.InputTextarea(
|
|
|
191 |
|
192 |
# ๋ ๋ฒ์งธ ์์ ๋ฒํผ
|
193 |
example_btn2 = antd.Button(
|
194 |
+
"[๊ฒ์] ์นด๋ ๊ธฐ์ต๋ ฅ",
|
195 |
type="default",
|
196 |
block=True,
|
197 |
size="large"
|