Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,12 @@ import uuid
|
|
21 |
import random
|
22 |
|
23 |
# Description for the Gradio interface
|
24 |
-
DESCRIPTIONx = """## INSTANT WALLPAPER 🌅 ""
|
|
|
|
|
|
|
|
|
|
|
25 |
|
26 |
# CSS for styling the Gradio interface
|
27 |
css = '''
|
|
|
21 |
import random
|
22 |
|
23 |
# Description for the Gradio interface
|
24 |
+
DESCRIPTIONx = """## INSTANT WALLPAPER 🌅 <p align="left">
|
25 |
+
<a title="Github" href="https://github.com/PRITHIVSAKTHIUR/Instant-Wallpaper" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
|
26 |
+
<img src="https://img.shields.io/github/stars/PRITHIVSAKTHIUR/Instant-Wallpaper?label=GitHub%20%E2%98%85&logo=github&color=C8C" alt="badge-github-stars">
|
27 |
+
</a>
|
28 |
+
</p>
|
29 |
+
"""
|
30 |
|
31 |
# CSS for styling the Gradio interface
|
32 |
css = '''
|