Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
db59f6d
1
Parent(s):
1c33652
Update feedback message in create_interface function to clarify analysis terminology
Browse files
app.py
CHANGED
@@ -590,7 +590,7 @@ def create_interface():
|
|
590 |
outputs=[analyze_btn, paper_feedback_accordion, analysis_feedback_accordion],
|
591 |
api_name=False,
|
592 |
).then(
|
593 |
-
lambda: ("# Paper Details", "#
|
594 |
outputs=[paper_details_output, analysis_output],
|
595 |
api_name=False,
|
596 |
)
|
|
|
590 |
outputs=[analyze_btn, paper_feedback_accordion, analysis_feedback_accordion],
|
591 |
api_name=False,
|
592 |
).then(
|
593 |
+
lambda: ("# Paper Details", "# Connection Analysis"), # Clear previous outputs
|
594 |
outputs=[paper_details_output, analysis_output],
|
595 |
api_name=False,
|
596 |
)
|