Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -58,6 +58,10 @@ custom_css = """
|
|
| 58 |
margin-right: 10px;
|
| 59 |
border-radius: 5px;
|
| 60 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
| 61 |
"""
|
| 62 |
|
| 63 |
with gr.Blocks(css=custom_css) as demo:
|
|
|
|
| 58 |
margin-right: 10px;
|
| 59 |
border-radius: 5px;
|
| 60 |
}
|
| 61 |
+
|
| 62 |
+
.gradio-style a{
|
| 63 |
+
padding: 0px !important;
|
| 64 |
+
}
|
| 65 |
"""
|
| 66 |
|
| 67 |
with gr.Blocks(css=custom_css) as demo:
|