echarlaix HF staff commited on
Commit
c4b3cf4
·
1 Parent(s): 215d9b4

update space

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -77,7 +77,7 @@ TITLE = """
77
  font-size: 2.2rem;
78
  "
79
  >
80
- <h1 style="font-weight: 900; margin-bottom: 10px; margin-top: 10px;">
81
  Export your model to OpenVINO
82
  </h1>
83
  </div>
@@ -101,7 +101,7 @@ with gr.Blocks() as demo:
101
  gr.HTML(TITLE)
102
 
103
  with gr.Row():
104
- with gr.Column(scale=2):
105
  gr.Markdown(DESCRIPTION)
106
 
107
  with gr.Column(scale=1):
 
77
  font-size: 2.2rem;
78
  "
79
  >
80
+ <h1 style="text-align:center; font-weight: 900; margin-bottom: 20px; margin-top: 10px">
81
  Export your model to OpenVINO
82
  </h1>
83
  </div>
 
101
  gr.HTML(TITLE)
102
 
103
  with gr.Row():
104
+ with gr.Column(scale=1):
105
  gr.Markdown(DESCRIPTION)
106
 
107
  with gr.Column(scale=1):