akhaliq HF Staff commited on
Commit
8034818
·
verified ·
1 Parent(s): 2262e80

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -0
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