Back to only one h1 in title, more compact
Browse files
app.py
CHANGED
|
@@ -165,8 +165,7 @@ sandbox_html_template = """
|
|
| 165 |
<style>
|
| 166 |
@import url('https://fonts.googleapis.com/css2?family=Oxanium:wght@200..800&display=swap');
|
| 167 |
</style>
|
| 168 |
-
<h1 style="color:var(--color-accent);margin:0;">Open Computer Agent<h1>
|
| 169 |
-
<h3 style="color:var(--color-accent);margin:0;">Powered by [smolagents](https://github.com/huggingface/smolagents)<h3>
|
| 170 |
<div class="sandbox-container" style="margin:0;">
|
| 171 |
<div class="status-bar">
|
| 172 |
<div class="status-indicator {status_class}"></div>
|
|
|
|
| 165 |
<style>
|
| 166 |
@import url('https://fonts.googleapis.com/css2?family=Oxanium:wght@200..800&display=swap');
|
| 167 |
</style>
|
| 168 |
+
<h1 style="color:var(--color-accent);margin:0;">Open Computer Agent - <i>Powered by <a href="https://github.com/huggingface/smolagents">smolagents</a></i><h1>
|
|
|
|
| 169 |
<div class="sandbox-container" style="margin:0;">
|
| 170 |
<div class="status-bar">
|
| 171 |
<div class="status-indicator {status_class}"></div>
|