Zhaohan-Meng commited on
Commit
3cb50fc
·
verified ·
1 Parent(s): ae50e4e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +12 -17
app.py CHANGED
@@ -1024,17 +1024,18 @@ h1{
1024
  }
1025
 
1026
  .link-btn{
1027
- display:inline-flex;
1028
- align-items:center;
1029
- gap:8px;
1030
- padding:10px 18px;
1031
- font-size:14px;
1032
- font-weight:600;
1033
- border-radius:9999px;
1034
- text-decoration:none;
1035
- background:#e2e8f0;
1036
- color:#0f172a;
1037
- transition:all 0.15s ease-in-out;
 
1038
  }
1039
 
1040
  .link-btn:hover{
@@ -1046,12 +1047,6 @@ h1{
1046
  with gr.Blocks() as demo:
1047
 
1048
  gr.Markdown("<h1>ExplainBind: Token-level Protein–Ligand Interaction Visualiser</h1>")
1049
- gr.Markdown(
1050
- '<p class="subtle">'
1051
- 'Upload structure → Extract SA sequence · Paste SMILES/SELFIES · '
1052
- 'Choose interaction channel and Top-K mode'
1053
- '</p>'
1054
- )
1055
 
1056
  gr.HTML(f"""
1057
  <div class="loscalzo-block">
 
1024
  }
1025
 
1026
  .link-btn{
1027
+ display:inline-flex !important;
1028
+ align-items:center !important;
1029
+ gap:8px !important;
1030
+ padding:10px 18px !important;
1031
+ font-size:14px !important;
1032
+ font-weight:600 !important;
1033
+ border-radius:9999px !important;
1034
+ background:#e2e8f0 !important;
1035
+ color:#0f172a !important;
1036
+ text-decoration:none !important;
1037
+ border:1px solid #e5e7eb !important;
1038
+ transition:all 0.15s ease-in-out !important;
1039
  }
1040
 
1041
  .link-btn:hover{
 
1047
  with gr.Blocks() as demo:
1048
 
1049
  gr.Markdown("<h1>ExplainBind: Token-level Protein–Ligand Interaction Visualiser</h1>")
 
 
 
 
 
 
1050
 
1051
  gr.HTML(f"""
1052
  <div class="loscalzo-block">