Spaces:
Runtime error
Runtime error
center footer (#6)
Browse files- center footer (7efa1ac6f1b8af172aa80c282d6574e65eef7734)
Co-authored-by: Ahsen Khaliq <[email protected]>
app.py
CHANGED
@@ -51,7 +51,7 @@ with block:
|
|
51 |
|
52 |
btn.click(denoise, inputs=[length,model], outputs=out)
|
53 |
gr.HTML('''
|
54 |
-
<div class="footer">
|
55 |
<p>Model by <a href="https://huggingface.co/harmonai" style="text-decoration: underline;" target="_blank">Harmonai</a>
|
56 |
</p>
|
57 |
</div>
|
|
|
51 |
|
52 |
btn.click(denoise, inputs=[length,model], outputs=out)
|
53 |
gr.HTML('''
|
54 |
+
<div class="footer" style="text-align: center; max-width: 700px; margin: 0 auto;">
|
55 |
<p>Model by <a href="https://huggingface.co/harmonai" style="text-decoration: underline;" target="_blank">Harmonai</a>
|
56 |
</p>
|
57 |
</div>
|