Update app.py
Browse files
app.py
CHANGED
@@ -143,7 +143,7 @@ with gr.Blocks(css_paths="app.css") as demo:
|
|
143 |
header = gr.HTML(f"""
|
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
|
147 |
</div>
|
148 |
""")
|
149 |
input = antd.InputTextarea(
|
|
|
143 |
header = gr.HTML(f"""
|
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(
|