m-ric HF Staff commited on
Commit
a088a9f
·
1 Parent(s): 81f424a

Update name

Browse files
Files changed (2) hide show
  1. README.md +4 -4
  2. app.py +1 -1
README.md CHANGED
@@ -1,12 +1,12 @@
1
  ---
2
- title: OS Agent
3
- emoji: 🤖🖥️
4
  colorFrom: red
5
- colorTo: gray
6
  sdk: gradio
7
  sdk_version: 5.20.1
8
  app_file: app.py
9
- pinned: false
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">