Update app.py
Browse files
app.py
CHANGED
|
@@ -82,7 +82,8 @@ with gr.Blocks(css_paths="app.css") as demo:
|
|
| 82 |
header = gr.HTML(f"""
|
| 83 |
<div class="left_header">
|
| 84 |
<img src="data:image/gif;base64,{get_image_base64('mouse.gif')}" width="200px" />
|
| 85 |
-
<h1>MOUSE:WEB 'AI 코딩 코파일럿'</h2>
|
|
|
|
| 86 |
</div>
|
| 87 |
""")
|
| 88 |
input = antd.InputTextarea(
|
|
|
|
| 82 |
header = gr.HTML(f"""
|
| 83 |
<div class="left_header">
|
| 84 |
<img src="data:image/gif;base64,{get_image_base64('mouse.gif')}" width="200px" />
|
| 85 |
+
<h1 style="font-size: 24px;">MOUSE:WEB 'AI 코딩 코파일럿'</h2>
|
| 86 |
+
|
| 87 |
</div>
|
| 88 |
""")
|
| 89 |
input = antd.InputTextarea(
|