Zaixi commited on
Commit
8852aaf
·
1 Parent(s): b09b599
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -330,8 +330,8 @@ with gr.Blocks(title="FoldMark", css=custom_css) as demo:
330
  legend = gr.Markdown("""
331
  **Color Legend:**
332
 
333
- - <span style="color:grey">Unwatermarked Structure</span>
334
- - <span style="color:cyan">Watermarked Structure</span>
335
  """)
336
  with gr.Row():
337
  cif_file = gr.File(label="Download CIF File")
 
330
  legend = gr.Markdown("""
331
  **Color Legend:**
332
 
333
+ - <span style="color:grey">Gray: Unwatermarked Structure</span>
334
+ - <span style="color:cyan">Cyan: Watermarked Structure</span>
335
  """)
336
  with gr.Row():
337
  cif_file = gr.File(label="Download CIF File")