1aurent commited on
Commit
218692b
·
verified ·
1 Parent(s): 00f2e1a

Update app.py

Browse files

move the github icon

Files changed (1) hide show
  1. app.py +5 -4
app.py CHANGED
@@ -90,14 +90,15 @@ TITLE = """
90
  Not only will the object disappear, but so will its effects on the scene, like shadows or reflections.
91
  </p>
92
 
93
- <p style="margin: 0;">
94
  This space is powered by Refiners, our open source micro-framework for simple foundation model adaptation.
95
  If you enjoyed it, please consider starring Refiners on GitHub!
96
- <a href="https://github.com/finegrain-ai/refiners" target="_blank">
97
- <img src="https://img.shields.io/github/stars/finegrain-ai/refiners?style=social" style="display: inline; vertical-align: middle;" />
98
- </a>
99
  </p>
100
 
 
 
 
 
101
  </center>
102
  """
103
 
 
90
  Not only will the object disappear, but so will its effects on the scene, like shadows or reflections.
91
  </p>
92
 
93
+ <p>
94
  This space is powered by Refiners, our open source micro-framework for simple foundation model adaptation.
95
  If you enjoyed it, please consider starring Refiners on GitHub!
 
 
 
96
  </p>
97
 
98
+ <a href="https://github.com/finegrain-ai/refiners" target="_blank">
99
+ <img src="https://img.shields.io/github/stars/finegrain-ai/refiners?style=social" />
100
+ </a>
101
+
102
  </center>
103
  """
104