Shalmoni commited on
Commit
938e7a2
·
verified ·
1 Parent(s): 0cd0cd9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -217,8 +217,8 @@ CSS = """
217
  .tl-empty { color: #9aa0a6; padding: 8px 4px; }
218
  """
219
 
220
- with gr.Blocks(css=CSS, title="StitchMaster") as demo:
221
- gr.Markdown("## StitchMaster")
222
 
223
  # --- State ---
224
  visible_slots = gr.State(value=3) # number of visible image slots
 
217
  .tl-empty { color: #9aa0a6; padding: 8px 4px; }
218
  """
219
 
220
+ with gr.Blocks(css=CSS, title="StitchTool") as demo:
221
+ gr.Markdown("## StitchTool")
222
 
223
  # --- State ---
224
  visible_slots = gr.State(value=3) # number of visible image slots