aiqcamp commited on
Commit
a476574
·
verified ·
1 Parent(s): 2f9ab25

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -10
app.py CHANGED
@@ -411,16 +411,7 @@ def toggle_secondary_structure(choice):
411
  # Define the Gradio interface
412
  with gr.Blocks(theme='ParityError/Interstellar') as demo:
413
 
414
- gr.Markdown(f"""# Protein Generation via Diffusion in Sequence Space""")
415
-
416
- with gr.Row():
417
- with gr.Column(min_width=500):
418
-
419
-
420
- gr.Markdown("""
421
- ## Model in Action
422
- ![gif1](http://files.ipd.uw.edu/pub/sequence_diffusion/figs/seqdiff_anim_720p.gif)
423
- """)
424
 
425
  #with gr.Row().style(equal_height=False):
426
  with gr.Row():
 
411
  # Define the Gradio interface
412
  with gr.Blocks(theme='ParityError/Interstellar') as demo:
413
 
414
+
 
 
 
 
 
 
 
 
 
415
 
416
  #with gr.Row().style(equal_height=False):
417
  with gr.Row():