Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update logos
Browse files
app.py
CHANGED
@@ -142,14 +142,14 @@ custom_css = """
|
|
142 |
footer_html="""
|
143 |
<h3 style="text-align: center"><i>Powered by:</i></h2>
|
144 |
<div class="logo-container">
|
145 |
-
<a class="logo-item" href="https://github.com/e2b-dev/desktop">
|
146 |
-
<img src="https://image.pitchbook.com/XcarTFiUTDTVBfBep3JKHtiTAob1714067332850_200x200" alt="e2b logo", style="width:100px;">
|
147 |
-
</a>
|
148 |
<a class="logo-item" href="https://github.com/huggingface/smolagents">
|
149 |
<img src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/smolagents/smolagents.png" alt="Smolagents logo">
|
150 |
</a>
|
151 |
<a class="logo-item" href="https://huggingface.co/Qwen/Qwen2.5-VL-32B-Instruct">
|
152 |
-
<img src="https://upload.wikimedia.org/wikipedia/en/8/85/Logo_of_Qwen.png" alt="Qwen logo", style="
|
|
|
|
|
|
|
153 |
</a>
|
154 |
</div>
|
155 |
"""
|
|
|
142 |
footer_html="""
|
143 |
<h3 style="text-align: center"><i>Powered by:</i></h2>
|
144 |
<div class="logo-container">
|
|
|
|
|
|
|
145 |
<a class="logo-item" href="https://github.com/huggingface/smolagents">
|
146 |
<img src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/smolagents/smolagents.png" alt="Smolagents logo">
|
147 |
</a>
|
148 |
<a class="logo-item" href="https://huggingface.co/Qwen/Qwen2.5-VL-32B-Instruct">
|
149 |
+
<img src="https://upload.wikimedia.org/wikipedia/en/8/85/Logo_of_Qwen.png" alt="Qwen logo", style="height:48px;margin-top=10px;">
|
150 |
+
</a>
|
151 |
+
<a class="logo-item" href="https://github.com/e2b-dev/desktop">
|
152 |
+
<img src="https://image.pitchbook.com/XcarTFiUTDTVBfBep3JKHtiTAob1714067332850_200x200" alt="e2b logo", style="height:80px;">
|
153 |
</a>
|
154 |
</div>
|
155 |
"""
|