Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -50,7 +50,9 @@ def generate_cocktail(prompt, mood, sweetness, sour, savory, bitter, flavor_asso
|
|
50 |
with gr.Blocks(css='''
|
51 |
.gradio-container {
|
52 |
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');
|
53 |
-
|
|
|
|
|
54 |
}
|
55 |
''') as demo:
|
56 |
with gr.Row():
|
|
|
50 |
with gr.Blocks(css='''
|
51 |
.gradio-container {
|
52 |
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');
|
53 |
+
}
|
54 |
+
.gradio-textbox {
|
55 |
+
opacity: 0.5; /* Change the opacity of the textbox */
|
56 |
}
|
57 |
''') as demo:
|
58 |
with gr.Row():
|