Zaixi commited on
Commit
69c8126
·
verified ·
1 Parent(s): 8852aaf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -326,13 +326,15 @@ with gr.Blocks(title="FoldMark", css=custom_css) as demo:
326
  #structure_view = gr.HTML(label="3D Visualization")
327
 
328
  with gr.Row():
329
- view3d = Molecule3D(label="3D Visualization", reps=reps)
 
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")
338
  with gr.Row():
 
326
  #structure_view = gr.HTML(label="3D Visualization")
327
 
328
  with gr.Row():
329
+ view3d = Molecule3D(label="3D Visualization(Gray: Unwatermarked; Cyan: Watermarked)", reps=reps)
330
+
331
  legend = gr.Markdown("""
332
  **Color Legend:**
333
 
334
  - <span style="color:grey">Gray: Unwatermarked Structure</span>
335
  - <span style="color:cyan">Cyan: Watermarked Structure</span>
336
  """)
337
+
338
  with gr.Row():
339
  cif_file = gr.File(label="Download CIF File")
340
  with gr.Row():