Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -159,7 +159,11 @@ with gr.Blocks(css='''
|
|
159 |
''') as demo:
|
160 |
|
161 |
with gr.Row():
|
162 |
-
gr.
|
|
|
|
|
|
|
|
|
163 |
# gr.HTML('''
|
164 |
# <h2 style='text-align: center; color: white;'>MoodShaker Cocktail Generator</h2>
|
165 |
# <p style='text-align: center; color: white;'>Enter your preferences and let AI create a unique cocktail recipe for you!</p>
|
|
|
159 |
''') as demo:
|
160 |
|
161 |
with gr.Row():
|
162 |
+
gr.HTML('''
|
163 |
+
<div style="text-align: center;">
|
164 |
+
<img src="https://drive.google.com/file/d/1oUItrdwJbc2x8HVuVztOSV4dDCJqZWZc/view?usp=sharing" alt="MoodShaker Cocktail Generator" class="centered-image">
|
165 |
+
</div>
|
166 |
+
''')
|
167 |
# gr.HTML('''
|
168 |
# <h2 style='text-align: center; color: white;'>MoodShaker Cocktail Generator</h2>
|
169 |
# <p style='text-align: center; color: white;'>Enter your preferences and let AI create a unique cocktail recipe for you!</p>
|