Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -89,13 +89,13 @@ def format_cocktail_output(name, quote, ingredients, instruction, notes):
|
|
89 |
# Creating the Gradio interface
|
90 |
with gr.Blocks(css='''
|
91 |
.gradio-container {
|
92 |
-
padding: 0;
|
93 |
background: url('https://images.unsplash.com/photo-1514361726087-38371321b5cd?q=80&w=2370&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D');
|
94 |
}
|
95 |
.centered-image {
|
96 |
display: block;
|
97 |
margin-left: auto;
|
98 |
margin-right: auto;
|
|
|
99 |
max-width: 500px; /* Maximum width of the image */
|
100 |
width: 100%;
|
101 |
}
|
|
|
89 |
# Creating the Gradio interface
|
90 |
with gr.Blocks(css='''
|
91 |
.gradio-container {
|
|
|
92 |
background: url('https://images.unsplash.com/photo-1514361726087-38371321b5cd?q=80&w=2370&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D');
|
93 |
}
|
94 |
.centered-image {
|
95 |
display: block;
|
96 |
margin-left: auto;
|
97 |
margin-right: auto;
|
98 |
+
margin-bottom: -20px;
|
99 |
max-width: 500px; /* Maximum width of the image */
|
100 |
width: 100%;
|
101 |
}
|