sergey21000 commited on
Commit
e5e94eb
·
verified ·
1 Parent(s): 6760726

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -97,9 +97,8 @@ def get_download_csv_btn(csv_annotations_path: Optional[Path] = None):
97
 
98
  # =================== APPINTERFACE ==========================
99
 
100
- css = '''
101
- .gradio-container { width: 70% !important }
102
- '''
103
  with gr.Blocks(css=css) as demo:
104
  gr.HTML("""<h3 style='text-align: center'>YOLOv11 Detector</h3>""")
105
 
 
97
 
98
  # =================== APPINTERFACE ==========================
99
 
100
+ css = '''.gradio-container { width: 70% !important }'''
101
+
 
102
  with gr.Blocks(css=css) as demo:
103
  gr.HTML("""<h3 style='text-align: center'>YOLOv11 Detector</h3>""")
104