haepada commited on
Commit
53fd945
·
verified ·
1 Parent(s): 3db1053

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -1002,10 +1002,11 @@ def create_interface():
1002
  state,
1003
  analysis_status,
1004
  analysis_result,
1005
- blessing_section,
1006
  entry_guide_section
1007
  ]
1008
  )
 
1009
  enter_btn.click(
1010
  fn=handle_enter,
1011
  outputs=[tabs]
 
1002
  state,
1003
  analysis_status,
1004
  analysis_result,
1005
+ blessing_section,
1006
  entry_guide_section
1007
  ]
1008
  )
1009
+
1010
  enter_btn.click(
1011
  fn=handle_enter,
1012
  outputs=[tabs]