Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -561,9 +561,13 @@ with gr.Blocks(theme="soft", css=CUSTOM_CSS) as demo:
|
|
561 |
<img src="https://api.visitorbadge.io/api/visitors?path=https%3A%2F%2Fginigen-Dokdo-membership.hf.space&countColor=%23263759" />
|
562 |
</a>""")
|
563 |
|
|
|
|
|
|
|
564 |
# 상단 헤더
|
565 |
with gr.Row(elem_classes="header-container"):
|
566 |
-
gr.Markdown("
|
|
|
567 |
with gr.Column(scale=1):
|
568 |
user_info = gr.HTML(value="", elem_classes="user-badge")
|
569 |
admin_button = gr.Button("Admin Page", visible=False, elem_classes="admin-badge")
|
|
|
561 |
<img src="https://api.visitorbadge.io/api/visitors?path=https%3A%2F%2Fginigen-Dokdo-membership.hf.space&countColor=%23263759" />
|
562 |
</a>""")
|
563 |
|
564 |
+
gr.Markdown("## 'Dokdo membership' Image to Video generation")
|
565 |
+
|
566 |
+
|
567 |
# 상단 헤더
|
568 |
with gr.Row(elem_classes="header-container"):
|
569 |
+
gr.Markdown("##### Upon Dokdo membership registration, get 15 points. Video creation costs 5 points. Need more points through public contributions or paid services? Contact ginipicks@gmail.com.")
|
570 |
+
|
571 |
with gr.Column(scale=1):
|
572 |
user_info = gr.HTML(value="", elem_classes="user-badge")
|
573 |
admin_button = gr.Button("Admin Page", visible=False, elem_classes="admin-badge")
|