tywei08 commited on
Commit
6f70394
·
verified ·
1 Parent(s): 97f3ce3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -89,6 +89,7 @@ def format_cocktail_output(name, quote, ingredients, instruction, notes):
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 {
@@ -139,7 +140,7 @@ with gr.Blocks(css='''
139
 
140
  with gr.Row():
141
  gr.HTML('''
142
- <div style="text-align: center;">
143
  <img src="https://huggingface.co/spaces/WhartonHackAIthon/MoodShaker/resolve/main/MoodShaker_Slogan.png" alt="MoodShaker Cocktail Generator" class="centered-image">
144
  </div>
145
  ''')
 
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 {
 
140
 
141
  with gr.Row():
142
  gr.HTML('''
143
+ <div style="text-align: center; margin: 0;">
144
  <img src="https://huggingface.co/spaces/WhartonHackAIthon/MoodShaker/resolve/main/MoodShaker_Slogan.png" alt="MoodShaker Cocktail Generator" class="centered-image">
145
  </div>
146
  ''')