alexandrecorreia commited on
Commit
6a48422
1 Parent(s): d646457

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -167,9 +167,9 @@ def get_bar_plot(labels, probs):
167
  css = """
168
  .gradio-container {background-color: beige}
169
  button.gallery-item {background-color: grey}
170
- .label {background-color: grey; width: 80px}
171
- h1 {background-color: grey; width: 180px}
172
  """
 
 
173
 
174
  with gr.Blocks(theme=theme, title="New Look", css=css) as demo:
175
  gr.Markdown(
 
167
  css = """
168
  .gradio-container {background-color: beige}
169
  button.gallery-item {background-color: grey}
 
 
170
  """
171
+ # .label {background-color: grey; width: 80px}
172
+ # h1 {background-color: grey; width: 180px}
173
 
174
  with gr.Blocks(theme=theme, title="New Look", css=css) as demo:
175
  gr.Markdown(