Spaces:
Running
Running
update gif
Browse files
app.py
CHANGED
@@ -174,7 +174,7 @@ with gr.Blocks(css_paths="app.css") as demo:
|
|
174 |
with antd.Flex(vertical=True, gap="middle", wrap=True):
|
175 |
header = gr.HTML("""
|
176 |
<div class="left_header">
|
177 |
-
<img src="
|
178 |
<h1>Hugging Face Coder</h1>
|
179 |
</div>
|
180 |
""")
|
|
|
174 |
with antd.Flex(vertical=True, gap="middle", wrap=True):
|
175 |
header = gr.HTML("""
|
176 |
<div class="left_header">
|
177 |
+
<img src="https://huggingface.co/spaces/akhaliq/anycoder/resolve/main/Animated_Logo_Video_Ready.gif" width="200px" />
|
178 |
<h1>Hugging Face Coder</h1>
|
179 |
</div>
|
180 |
""")
|