Zaixi commited on
Commit
361a138
·
1 Parent(s): 860ffc6
Files changed (1) hide show
  1. app.py +8 -7
app.py CHANGED
@@ -430,13 +430,14 @@ 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.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():
442
  cif_file = gr.File(label="Download CIF File")
 
430
 
431
  with gr.Row():
432
  view3d = Molecule3D(label="3D Visualization", reps=reps)
433
+
434
+ legend = gr.Markdown("""
435
+ **Color Legend:**
436
+
437
+ - <span style="color:grey;">Gray: Unwatermarked Structure</span>
438
+ - <span style="color:cyan;">Cyan: Watermarked Structure</span>
439
+ """)
440
+
441
 
442
  with gr.Row():
443
  cif_file = gr.File(label="Download CIF File")