DGutierrez81 commited on
Commit
6628dfa
·
verified ·
1 Parent(s): 3ea35ab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -85,12 +85,16 @@ with gr.Blocks() as demo:
85
  margin: 10px;
86
  text-align: center;
87
  }
 
 
 
 
88
  </style>
89
  """
90
  )
91
 
92
  gr.Markdown(
93
- """<h1 style="text-align: center; color: #FFFFFF;">Cocktails Descriptions</h1>"""
94
  )
95
 
96
  radio = gr.Radio(lista, label="Choose your cocktail:")
 
85
  margin: 10px;
86
  text-align: center;
87
  }
88
+ h1 {
89
+ text-align: center;
90
+ color: #ffffff !important;
91
+ }
92
  </style>
93
  """
94
  )
95
 
96
  gr.Markdown(
97
+ """<h1>Cocktails Descriptions</h1>"""
98
  )
99
 
100
  radio = gr.Radio(lista, label="Choose your cocktail:")