Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update name
Browse files
README.md
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
-
emoji:
|
4 |
colorFrom: red
|
5 |
-
colorTo:
|
6 |
sdk: gradio
|
7 |
sdk_version: 5.20.1
|
8 |
app_file: app.py
|
9 |
-
pinned:
|
10 |
---
|
11 |
|
12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
1 |
---
|
2 |
+
title: Computer Agent
|
3 |
+
emoji: 🖥️🧠
|
4 |
colorFrom: red
|
5 |
+
colorTo: yellow
|
6 |
sdk: gradio
|
7 |
sdk_version: 5.20.1
|
8 |
app_file: app.py
|
9 |
+
pinned: true
|
10 |
---
|
11 |
|
12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
app.py
CHANGED
@@ -140,7 +140,7 @@ custom_css = """
|
|
140 |
""".replace("<<WIDTH>>", str(WIDTH+15)).replace("<<HEIGHT>>", str(HEIGHT+10))
|
141 |
|
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">
|
|
|
140 |
""".replace("<<WIDTH>>", str(WIDTH+15)).replace("<<HEIGHT>>", str(HEIGHT+10))
|
141 |
|
142 |
footer_html="""
|
143 |
+
<h3 style="text-align: center; margin-top:100px;"><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">
|