dvilasuero HF Staff commited on
Commit
07d9822
·
verified ·
1 Parent(s): 7c2484b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -6
README.md CHANGED
@@ -7,13 +7,36 @@ sdk: static
7
  pinned: false
8
  ---
9
 
10
- Welcome 🤗!
11
-
12
- Start creating and transforming spreadsheets with AI:
13
-
14
- <a href="https://huggingface.co/spaces/aisheets/sheets" target="_blank" style="display: inline-flex; align-items: center; padding-left: 20px; height: 90px; width: 330px; border: 1px solid #ddd; border-radius: 15px; text-decoration: none; color: #333; background-color: #f9f9f9; font-family: 'Inter'; font-size: 30px; justify-content: left;">
15
- <img src="https://cdn-avatars.huggingface.co/v1/production/uploads/63e27f0f1f963b8f20f4a10d/Wn_MleV0rLrIPmn0R42uM.png" alt="Run Sheets Icon" style="width: 48px; height: 48px; margin-right: 15px;">
16
  Launch Sheets
17
  </a>
18
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  For questions and feedback, join the community [here](https://huggingface.co/spaces/aisheets/sheets/discussions)
 
7
  pinned: false
8
  ---
9
 
10
+ <a href="https://huggingface.co/spaces/aisheets/sheets" target="_blank" class="launch-sheets-btn">
11
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/60420dccc15e823a685f2b03/HIqjmXIFRiBcnw-0Ji21W.gif" alt="Run Sheets Icon" style="width: 68px; height: 68px; margin-right: 15px;">
 
 
 
 
12
  Launch Sheets
13
  </a>
14
 
15
+ <style>
16
+ .launch-sheets-btn {
17
+ display: inline-flex;
18
+ align-items: center;
19
+ padding-left: 20px;
20
+ height: 90px;
21
+ width: 330px;
22
+ border: 1px solid #ddd;
23
+ border-radius: 30px;
24
+ text-decoration: none;
25
+ font-family: 'Source Sans Pro';
26
+ font-size: 30px;
27
+ justify-content: left;
28
+ margin-top: 50px;
29
+ margin-bottom: 50px;
30
+ background-color: #ffffff;
31
+ color: #333;
32
+ transition: background-color 0.3s ease, color 0.3s ease;
33
+ }
34
+
35
+ .launch-sheets-btn:hover {
36
+ background-color: #F8F8F8;
37
+ }
38
+ </style>
39
+
40
+ # Hugging Face Sheets, a tool to build and enrich spreadsheets using open AI models.
41
+
42
  For questions and feedback, join the community [here](https://huggingface.co/spaces/aisheets/sheets/discussions)