simon-clmtd commited on
Commit
1fd6ee7
·
verified ·
1 Parent(s): 7da3ef8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -83,7 +83,7 @@ with gr.Blocks(title="OCR QA Demo") as demo:
83
  <a href="https://impresso-project.ch" target="_blank">
84
  <img src="https://huggingface.co/spaces/impresso-project/ocrqa-demo/resolve/main/logo.jpeg"
85
  alt="Impresso Project Logo"
86
- style="height: 42px; display: block; margin: 0 auto;">
87
  </a>
88
  """
89
  )
 
83
  <a href="https://impresso-project.ch" target="_blank">
84
  <img src="https://huggingface.co/spaces/impresso-project/ocrqa-demo/resolve/main/logo.jpeg"
85
  alt="Impresso Project Logo"
86
+ style="height: 42px; display: block; margin: 5px auto; background-color: white;">
87
  </a>
88
  """
89
  )