Zaixi commited on
Commit
3012314
·
1 Parent(s): 930652a
Files changed (1) hide show
  1. app.py +1 -6
app.py CHANGED
@@ -429,12 +429,7 @@ with gr.Blocks(title="FoldMark", css=custom_css) as demo:
429
  #structure_view = gr.HTML(label="3D Visualization")
430
 
431
  with gr.Row():
432
- view3d = Molecule3D(label="3D Visualization", reps=reps)
433
-
434
- legend = gr.Markdown("""
435
- **Gray: Unwatermarked; Cyan: Watermarked**
436
- """)
437
-
438
 
439
  with gr.Row():
440
  cif_file = gr.File(label="Download CIF File")
 
429
  #structure_view = gr.HTML(label="3D Visualization")
430
 
431
  with gr.Row():
432
+ view3d = Molecule3D(label="3D Visualization (Gray: Unwatermarked; Cyan: Watermarked)", reps=reps)
 
 
 
 
 
433
 
434
  with gr.Row():
435
  cif_file = gr.File(label="Download CIF File")