apple muncy commited on
Commit
1ee9405
·
1 Parent(s): 1e82c99

fix indent?

Browse files

Signed-off-by: apple muncy <[email protected]>

Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -561,8 +561,7 @@ def create_dashboard():
561
  placeholder="Comment mentioning tags...",
562
  )
563
  sim_btn = gr.Button("🏷️ Test Tag Detection")
564
-
565
- return demo
566
 
567
 
568
 
 
561
  placeholder="Comment mentioning tags...",
562
  )
563
  sim_btn = gr.Button("🏷️ Test Tag Detection")
564
+ return demo
 
565
 
566
 
567