Spaces:
Running
on
Zero
Running
on
Zero
Commit
•
19de901
1
Parent(s):
1e15c22
Update app.py
Browse files
app.py
CHANGED
@@ -80,6 +80,9 @@ css = '''
|
|
80 |
max-width: 768px !important;
|
81 |
margin: 0 auto;
|
82 |
}
|
|
|
|
|
|
|
83 |
'''
|
84 |
|
85 |
with gr.Blocks(css=css, theme=theme) as demo:
|
|
|
80 |
max-width: 768px !important;
|
81 |
margin: 0 auto;
|
82 |
}
|
83 |
+
.tabitem{
|
84 |
+
padding: 0 !important;
|
85 |
+
}
|
86 |
'''
|
87 |
|
88 |
with gr.Blocks(css=css, theme=theme) as demo:
|