Spaces:
Sleeping
Sleeping
Sync from alozowski/hf-sync-test via hub-sync
Browse files
app.py
CHANGED
|
@@ -9,7 +9,7 @@ def greet(name):
|
|
| 9 |
# Create a tabbed interface with multiple functions
|
| 10 |
with gr.Blocks(title="HF Sync Test - Updated!") as demo:
|
| 11 |
gr.Markdown("# 🔄 Hugging Face Sync Test")
|
| 12 |
-
gr.Markdown("
|
| 13 |
|
| 14 |
with gr.Tab("Greeting"):
|
| 15 |
name_input = gr.Textbox(label="Enter your name", placeholder="Claude")
|
|
@@ -25,4 +25,4 @@ with gr.Blocks(title="HF Sync Test - Updated!") as demo:
|
|
| 25 |
gr.Markdown("---")
|
| 26 |
gr.Markdown("*This Space is auto-synced from GitHub using huggingface-sync-action*")
|
| 27 |
|
| 28 |
-
demo.launch()
|
|
|
|
| 9 |
# Create a tabbed interface with multiple functions
|
| 10 |
with gr.Blocks(title="HF Sync Test - Updated!") as demo:
|
| 11 |
gr.Markdown("# 🔄 Hugging Face Sync Test")
|
| 12 |
+
gr.Markdown("🧪 PR #8 sync test: GitHub → Hugging Face Space")
|
| 13 |
|
| 14 |
with gr.Tab("Greeting"):
|
| 15 |
name_input = gr.Textbox(label="Enter your name", placeholder="Claude")
|
|
|
|
| 25 |
gr.Markdown("---")
|
| 26 |
gr.Markdown("*This Space is auto-synced from GitHub using huggingface-sync-action*")
|
| 27 |
|
| 28 |
+
demo.launch()
|