m-ric HF Staff commited on
Commit
3e1b05d
·
1 Parent(s): 919f1ee

Modify title and add links

Browse files
Files changed (1) hide show
  1. app.py +11 -12
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
- max-height: 80px;
145
- width: auto;
146
  object-fit: contain;
147
  }
148
  """
149
 
150
  header_html="""
151
- <h2 style="text-align: center">Personal Computer Assistant</h2>
 
152
  <div class="logo-container">
153
- <div class="logo-item">
154
- <img src="https://upload.wikimedia.org/wikipedia/en/8/85/Logo_of_Qwen.png" alt="Qwen logo">
155
- </div>
156
- <div class="logo-item">
157
  <img src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/smolagents/smolagents.png" alt="Smolagents logo">
158
- </div>
159
- <div class="logo-item">
160
- <img src=src="https://github.com/e2b-dev/E2B/blob/main/readme-assets/logo-circle.png?raw=true" alt="e2b logo">
161
- </div>
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 = """