Minjun Kang Claude Opus 5 commited on
Commit
217da97
·
1 Parent(s): e4ecaa0

Update paper reference to Nature Communications (2026)

Browse files

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>

Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -371,7 +371,7 @@ DESCRIPTION = """
371
  under user-defined environmental conditions.
372
 
373
  > Bae†, Kang†, et al. *"A machine learning framework for predicting and modulating
374
- > condition-dependent protein phase separation."* bioRxiv 2025.
375
  ---
376
  ## Workflow
377
  1. **Paste your sequence** in the text box below.
@@ -647,7 +647,7 @@ with gr.Blocks(
647
  gr.Markdown("""
648
  ---
649
  **Authors:** Jangwon Bae†, Minjun Kang†, Donghyuk Lee, Kuk-Jin Yoon*, Yongwon Jung*
650
- **Paper:** [bioRxiv 2025.12.28.696755](https://doi.org/10.64898/2025.12.28.696755)
651
  **GitHub:** [NearNiah/LLPSense](https://github.com/NearNiah/LLPSense)
652
  """)
653
 
 
371
  under user-defined environmental conditions.
372
 
373
  > Bae†, Kang†, et al. *"A machine learning framework for predicting and modulating
374
+ > condition-dependent protein phase separation."* Nature Communications, 2026.
375
  ---
376
  ## Workflow
377
  1. **Paste your sequence** in the text box below.
 
647
  gr.Markdown("""
648
  ---
649
  **Authors:** Jangwon Bae†, Minjun Kang†, Donghyuk Lee, Kuk-Jin Yoon*, Yongwon Jung*
650
+ **Paper:** [Nature Communications (2026)](https://doi.org/10.1038/s41467-026-76248-2)
651
  **GitHub:** [NearNiah/LLPSense](https://github.com/NearNiah/LLPSense)
652
  """)
653