Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -62,24 +62,24 @@ with gr.Blocks() as demo:
|
|
| 62 |
<style>
|
| 63 |
/* Cambiar el fondo de toda la página */
|
| 64 |
body {
|
| 65 |
-
background-color: #000000;
|
| 66 |
-
color: #
|
| 67 |
-
font-family: Arial, sans-serif;
|
| 68 |
margin: 0;
|
| 69 |
padding: 0;
|
| 70 |
-
text-align: center;
|
| 71 |
}
|
| 72 |
-
|
| 73 |
.gradio-container {
|
| 74 |
-
background-color: #000000;
|
| 75 |
padding: 20px;
|
| 76 |
border-radius: 10px;
|
| 77 |
display: flex;
|
| 78 |
flex-direction: column;
|
| 79 |
-
align-items: center;
|
| 80 |
justify-content: center;
|
| 81 |
}
|
| 82 |
-
|
| 83 |
.gradio-container .gradio-radio {
|
| 84 |
display: inline-block;
|
| 85 |
margin: 10px;
|
|
@@ -90,7 +90,7 @@ with gr.Blocks() as demo:
|
|
| 90 |
)
|
| 91 |
|
| 92 |
gr.Markdown(
|
| 93 |
-
"""<h1 style="text-align: center
|
| 94 |
)
|
| 95 |
|
| 96 |
radio = gr.Radio(lista, label="Choose your cocktail:")
|
|
|
|
| 62 |
<style>
|
| 63 |
/* Cambiar el fondo de toda la página */
|
| 64 |
body {
|
| 65 |
+
background-color: #000000;
|
| 66 |
+
color: #FFFFFF;
|
| 67 |
+
font-family: Arial, sans-serif;
|
| 68 |
margin: 0;
|
| 69 |
padding: 0;
|
| 70 |
+
text-align: center;
|
| 71 |
}
|
| 72 |
+
|
| 73 |
.gradio-container {
|
| 74 |
+
background-color: #000000;
|
| 75 |
padding: 20px;
|
| 76 |
border-radius: 10px;
|
| 77 |
display: flex;
|
| 78 |
flex-direction: column;
|
| 79 |
+
align-items: center;
|
| 80 |
justify-content: center;
|
| 81 |
}
|
| 82 |
+
|
| 83 |
.gradio-container .gradio-radio {
|
| 84 |
display: inline-block;
|
| 85 |
margin: 10px;
|
|
|
|
| 90 |
)
|
| 91 |
|
| 92 |
gr.Markdown(
|
| 93 |
+
"""<h1 style="text-align: center">Cocktails Descriptions</h1>"""
|
| 94 |
)
|
| 95 |
|
| 96 |
radio = gr.Radio(lista, label="Choose your cocktail:")
|