Update app.py
Browse files
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]
|