Spaces:
Running
on
Zero
Running
on
Zero
fix accordion typo , fix interface layout
Browse files
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)
|