Spaces:
Running
Running
StephaneBah
commited on
Commit
•
353af20
1
Parent(s):
6ff67bb
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ with gr.Blocks() as demo:
|
|
8 |
"""<style>
|
9 |
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600&family=Roboto:wght@400&display=swap');
|
10 |
|
11 |
-
body {
|
12 |
h1 { font-family: 'Poppins', sans-serif; color: #4CAF50; text-align: center; }
|
13 |
h3 { font-family: 'Roboto', sans-serif; color: #333; text-align: center; }
|
14 |
.segment-btn {
|
|
|
8 |
"""<style>
|
9 |
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600&family=Roboto:wght@400&display=swap');
|
10 |
|
11 |
+
body { font-family: 'Roboto', sans-serif; }
|
12 |
h1 { font-family: 'Poppins', sans-serif; color: #4CAF50; text-align: center; }
|
13 |
h3 { font-family: 'Roboto', sans-serif; color: #333; text-align: center; }
|
14 |
.segment-btn {
|