alozowski HF Staff commited on
Commit
27cc6ee
·
verified ·
1 Parent(s): ae60814

Sync from alozowski/hf-sync-test via hub-sync

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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("### Testing automatic sync from GitHub → HF Space")
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()