Spaces:
Runtime error
Runtime error
EliottZemour
commited on
Commit
·
ee4ec2a
1
Parent(s):
80d71cb
bg color
Browse files
app.py
CHANGED
|
@@ -40,6 +40,10 @@ CSS = """
|
|
| 40 |
font-size: 16px;
|
| 41 |
}
|
| 42 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 43 |
.gradio-container .gr-button-primary {
|
| 44 |
background: #b31b1b;
|
| 45 |
border: 1px solid #b31b1b;
|
|
@@ -79,7 +83,7 @@ with demo:
|
|
| 79 |
max_lines=1,
|
| 80 |
elem_id="url-textbox",
|
| 81 |
)
|
| 82 |
-
button = gr.Button("Generate", variant="primary")
|
| 83 |
with gr.Row():
|
| 84 |
card = gr.HTML(elem_id="htel")
|
| 85 |
|
|
|
|
| 40 |
font-size: 16px;
|
| 41 |
}
|
| 42 |
|
| 43 |
+
.gradio-container {
|
| 44 |
+
background-color: transparent;
|
| 45 |
+
}
|
| 46 |
+
|
| 47 |
.gradio-container .gr-button-primary {
|
| 48 |
background: #b31b1b;
|
| 49 |
border: 1px solid #b31b1b;
|
|
|
|
| 83 |
max_lines=1,
|
| 84 |
elem_id="url-textbox",
|
| 85 |
)
|
| 86 |
+
button = gr.Button("Generate card", variant="primary")
|
| 87 |
with gr.Row():
|
| 88 |
card = gr.HTML(elem_id="htel")
|
| 89 |
|