qubvel-hf HF staff commited on
Commit
415bb30
1 Parent(s): 1c5bb05
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -20,6 +20,11 @@ HEADER = f"""
20
  <img src="https://avatars.githubusercontent.com/u/57894582?s=200&v=4" alt="A" width="50" height="50" style="display:inline;">
21
  <span style="font-size: 30px; vertical-align: bottom;"> lbumentations Demo ({A.__version__})</span>
22
  </p>
 
 
 
 
 
23
  </div>
24
  """
25
 
 
20
  <img src="https://avatars.githubusercontent.com/u/57894582?s=200&v=4" alt="A" width="50" height="50" style="display:inline;">
21
  <span style="font-size: 30px; vertical-align: bottom;"> lbumentations Demo ({A.__version__})</span>
22
  </p>
23
+ <p style="margin-top: -15px;">
24
+ <a href="https://albumentations.ai/docs/" target="_blank" style="color: grey;">Documentation</a>
25
+ &nbsp;
26
+ <a href="https://github.com/albumentations-team/albumentations" target="_blank" style="color: grey;">GitHub Repository</a>
27
+ </p>
28
  </div>
29
  """
30