color
Browse files
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.
|
434 |
-
|
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():
|