Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Modify title and add links
Browse files
app.py
CHANGED
@@ -128,7 +128,6 @@ custom_css = """
|
|
128 |
justify-content: space-between;
|
129 |
align-items: center;
|
130 |
width: 100%;
|
131 |
-
padding: 20px;
|
132 |
box-sizing: border-box;
|
133 |
}
|
134 |
|
@@ -141,24 +140,24 @@ custom_css = """
|
|
141 |
}
|
142 |
|
143 |
.logo-item img {
|
144 |
-
|
145 |
-
width: auto;
|
146 |
object-fit: contain;
|
147 |
}
|
148 |
"""
|
149 |
|
150 |
header_html="""
|
151 |
-
<h2 style="text-align: center">
|
|
|
152 |
<div class="logo-container">
|
153 |
-
<
|
154 |
-
<img src="https://
|
155 |
-
</
|
156 |
-
<
|
157 |
<img src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/smolagents/smolagents.png" alt="Smolagents logo">
|
158 |
-
</
|
159 |
-
<
|
160 |
-
<img src=
|
161 |
-
</
|
162 |
</div>
|
163 |
"""
|
164 |
sandbox_html_template = """
|
|
|
128 |
justify-content: space-between;
|
129 |
align-items: center;
|
130 |
width: 100%;
|
|
|
131 |
box-sizing: border-box;
|
132 |
}
|
133 |
|
|
|
140 |
}
|
141 |
|
142 |
.logo-item img {
|
143 |
+
height: 60px;
|
|
|
144 |
object-fit: contain;
|
145 |
}
|
146 |
"""
|
147 |
|
148 |
header_html="""
|
149 |
+
<h2 style="text-align: center">GUI Agent demo</h2>
|
150 |
+
<h3 style="text-align: center"><i>Powered by:</i></h2>
|
151 |
<div class="logo-container">
|
152 |
+
<a class="logo-item" href="https://github.com/e2b-dev/desktop">
|
153 |
+
<img src="https://image.pitchbook.com/XcarTFiUTDTVBfBep3JKHtiTAob1714067332850_200x200" alt="e2b logo", style="height:100px;">
|
154 |
+
</a>
|
155 |
+
<a class="logo-item" href="https://github.com/huggingface/smolagents">
|
156 |
<img src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/smolagents/smolagents.png" alt="Smolagents logo">
|
157 |
+
</a>
|
158 |
+
<a class="logo-item" href="https://huggingface.co/Qwen/Qwen2.5-VL-32B-Instruct">
|
159 |
+
<img src="https://upload.wikimedia.org/wikipedia/en/8/85/Logo_of_Qwen.png" alt="Qwen logo", style="height:48px;">
|
160 |
+
</a>
|
161 |
</div>
|
162 |
"""
|
163 |
sandbox_html_template = """
|