Spaces:
Sleeping
Sleeping
alessiodevoto
commited on
Upload folder using huggingface_hub
Browse files- README.md +1 -0
- newsletter_examples/1.html +1 -1
README.md
CHANGED
@@ -3,6 +3,7 @@ title: smartrec
|
|
3 |
app_file: app.py
|
4 |
sdk: gradio
|
5 |
sdk_version: 5.7.0
|
|
|
6 |
---
|
7 |
# smartrec
|
8 |
|
|
|
3 |
app_file: app.py
|
4 |
sdk: gradio
|
5 |
sdk_version: 5.7.0
|
6 |
+
hf_oauth: true
|
7 |
---
|
8 |
# smartrec
|
9 |
|
newsletter_examples/1.html
CHANGED
@@ -153,7 +153,7 @@
|
|
153 |
|
154 |
<!-- Personal Greeting -->
|
155 |
<div class="section">
|
156 |
-
<p style="font-size: 18px; font-family: 'Georgia', 'Times New Roman', serif; font-style: italic;
|
157 |
${greeting} </p>
|
158 |
</div>
|
159 |
|
|
|
153 |
|
154 |
<!-- Personal Greeting -->
|
155 |
<div class="section">
|
156 |
+
<p style="font-size: 18px; font-family: 'Georgia', 'Times New Roman', serif; font-style: italic; line-height: 1.5; letter-spacing: 0.5px; text-align: left;">
|
157 |
${greeting} </p>
|
158 |
</div>
|
159 |
|