Zaixi commited on
Commit
860ffc6
·
1 Parent(s): 1de805b
Files changed (1) hide show
  1. app.py +5 -4
app.py CHANGED
@@ -430,11 +430,12 @@ with gr.Blocks(title="FoldMark", css=custom_css) as demo:
430
 
431
  with gr.Row():
432
  view3d = Molecule3D(label="3D Visualization", reps=reps)
433
- legend = gr.Markdown("""
434
- **Color Legend:**
435
-
436
- - <span style="color:grey;">Gray: Unwatermarked Structure</span>
437
  - <span style="color:cyan;">Cyan: Watermarked Structure</span>
 
438
  """)
439
 
440
  with gr.Row():
 
430
 
431
  with gr.Row():
432
  view3d = Molecule3D(label="3D Visualization", reps=reps)
433
+ legend = gr.HTML("""
434
+ <div>
435
+ <strong>Color Legend:</strong><br>
436
+ - <span style="color:grey;">Gray: Unwatermarked Structure</span><br>
437
  - <span style="color:cyan;">Cyan: Watermarked Structure</span>
438
+ </div>
439
  """)
440
 
441
  with gr.Row():