m-ric HF Staff commited on
Commit
c60031a
·
1 Parent(s): 9f1bf25

Update logos

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -142,14 +142,14 @@ custom_css = """
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/e2b-dev/desktop">
146
- <img src="https://image.pitchbook.com/XcarTFiUTDTVBfBep3JKHtiTAob1714067332850_200x200" alt="e2b logo", style="width:100px;">
147
- </a>
148
  <a class="logo-item" href="https://github.com/huggingface/smolagents">
149
  <img src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/smolagents/smolagents.png" alt="Smolagents logo">
150
  </a>
151
  <a class="logo-item" href="https://huggingface.co/Qwen/Qwen2.5-VL-32B-Instruct">
152
- <img src="https://upload.wikimedia.org/wikipedia/en/8/85/Logo_of_Qwen.png" alt="Qwen logo", style="width:48px;">
 
 
 
153
  </a>
154
  </div>
155
  """
 
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">
147
  </a>
148
  <a class="logo-item" href="https://huggingface.co/Qwen/Qwen2.5-VL-32B-Instruct">
149
+ <img src="https://upload.wikimedia.org/wikipedia/en/8/85/Logo_of_Qwen.png" alt="Qwen logo", style="height:48px;margin-top=10px;">
150
+ </a>
151
+ <a class="logo-item" href="https://github.com/e2b-dev/desktop">
152
+ <img src="https://image.pitchbook.com/XcarTFiUTDTVBfBep3JKHtiTAob1714067332850_200x200" alt="e2b logo", style="height:80px;">
153
  </a>
154
  </div>
155
  """