Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -161,6 +161,14 @@ def create_ui():
|
|
| 161 |
</div>
|
| 162 |
""")
|
| 163 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 164 |
login_btn = gr.LoginButton("Sign in with Hugging Face")
|
| 165 |
|
| 166 |
# Text -> Video
|
|
|
|
| 161 |
</div>
|
| 162 |
""")
|
| 163 |
|
| 164 |
+
gr.HTML(
|
| 165 |
+
"""
|
| 166 |
+
<p style="text-align: center; font-size: 0.9em; color: #999; margin-top: 10px;">
|
| 167 |
+
Built with <a href="https://huggingface.co/spaces/akhaliq/anycoder" target="_blank" style="color:#667eea; text-decoration:underline;">anycoder</a>
|
| 168 |
+
</p>
|
| 169 |
+
"""
|
| 170 |
+
)
|
| 171 |
+
|
| 172 |
login_btn = gr.LoginButton("Sign in with Hugging Face")
|
| 173 |
|
| 174 |
# Text -> Video
|