multimodalart HF staff commited on
Commit
19de901
1 Parent(s): 1e15c22

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
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: