Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Merge branch 'main' of hf.co:spaces/smolagents/computer-agent
Browse files
app.py
CHANGED
@@ -165,7 +165,7 @@ sandbox_html_template = """
|
|
165 |
<style>
|
166 |
@import url('https://fonts.googleapis.com/css2?family=Oxanium:[email protected]&display=swap');
|
167 |
</style>
|
168 |
-
<h1 style="color:var(--color-accent);margin:0;">Computer Agent - Input your task and run your personal assistant!<h1>
|
169 |
<div class="sandbox-container" style="margin:0;">
|
170 |
<div class="status-bar">
|
171 |
<div class="status-indicator {status_class}"></div>
|
|
|
165 |
<style>
|
166 |
@import url('https://fonts.googleapis.com/css2?family=Oxanium:[email protected]&display=swap');
|
167 |
</style>
|
168 |
+
<h1 style="color:var(--color-accent);margin:0;">smolagent's Open Computer Agent - Input your task and run your personal assistant!<h1>
|
169 |
<div class="sandbox-container" style="margin:0;">
|
170 |
<div class="status-bar">
|
171 |
<div class="status-indicator {status_class}"></div>
|