Tonic commited on
Commit
ba8add4
1 Parent(s): 21e6511

fix accordion typo , fix interface layout

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -348,7 +348,7 @@ def run_prediction(pdb_file, num_runs, noise_level, num_frames, temperature, num
348
  def create_demo():
349
  with gr.Blocks() as demo:
350
  gr.Markdown("# Protein Structure Prediction and Visualization with Noise and MD Frames")
351
- with gr.Accordion(label='learn more about MISATO ESM3 conformational sampling', open=False)
352
  with gr.Row():
353
  with gr.Column():
354
  gr.Markdown(about)
 
348
  def create_demo():
349
  with gr.Blocks() as demo:
350
  gr.Markdown("# Protein Structure Prediction and Visualization with Noise and MD Frames")
351
+ with gr.Accordion(label='learn more about MISATO ESM3 conformational sampling', open=False):
352
  with gr.Row():
353
  with gr.Column():
354
  gr.Markdown(about)