Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -908,7 +908,7 @@ with gr.Blocks(css=css, title="HeartSync") as demo:
|
|
908 |
|
909 |
with gr.Row(elem_id="examples_row"):
|
910 |
with gr.Column(scale=12, elem_id="examples_container"):
|
911 |
-
|
912 |
|
913 |
if __name__ == "__main__":
|
914 |
demo.launch(share=True)
|
|
|
908 |
|
909 |
with gr.Row(elem_id="examples_row"):
|
910 |
with gr.Column(scale=12, elem_id="examples_container"):
|
911 |
+
gr.Markdown("### 예제 입력 (클릭하여 불러오기)")
|
912 |
|
913 |
if __name__ == "__main__":
|
914 |
demo.launch(share=True)
|