TEZv commited on
Commit
7bd8b55
·
verified ·
1 Parent(s): a7ce5b7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -0
app.py CHANGED
@@ -1242,6 +1242,14 @@ with gr.Blocks(css=css, title="K R&D Lab · S1 Biomedical") as demo:
1242
 
1243
  save_btn.click(quick_save, [note_input, note_dropdown], save_status)
1244
 
 
 
 
 
 
 
 
 
1245
  gr.Markdown(
1246
  "---\n**K R&D Lab** · MIT License · "
1247
  "[GitHub](https://github.com/K-RnD-Lab) · "
 
1242
 
1243
  save_btn.click(quick_save, [note_input, note_dropdown], save_status)
1244
 
1245
+ # === Інтеграція з Research Suite ===
1246
+ with gr.Row():
1247
+ gr.Markdown("""
1248
+ ---
1249
+ ### 🚀 Ready for real data?
1250
+ Try our **[Cancer Research Suite](https://huggingface.co/spaces/K-RnD-Lab/Cancer-Research-Suite_03-2026)** with live PubMed, ClinVar and OpenTargets APIs.
1251
+ """)
1252
+
1253
  gr.Markdown(
1254
  "---\n**K R&D Lab** · MIT License · "
1255
  "[GitHub](https://github.com/K-RnD-Lab) · "