atesgoral commited on
Commit
a22fb9d
1 Parent(s): 2f628e1

Add a margin to the badge

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -104,6 +104,9 @@ custom_css = """
104
  .md ol, .md ul {
105
  margin-left: 1rem;
106
  }
 
 
 
107
  """
108
 
109
  with gr.Blocks(css=custom_css) as iface:
 
104
  .md ol, .md ul {
105
  margin-left: 1rem;
106
  }
107
+ .md img {
108
+ margin-bottom: 1rem;
109
+ }
110
  """
111
 
112
  with gr.Blocks(css=custom_css) as iface: