Zaixi commited on
Commit
7daa001
·
1 Parent(s): 361a138
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -430,12 +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
-
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
 
 
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