wangjin2000 commited on
Commit
62b3565
β€’
1 Parent(s): 9b85825

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -92,7 +92,7 @@ with demo:
92
  name = gr.Dropdown(label="Choose a Sample Protein", value="Plastic degradation protein", choices=["Antifreeze protein", "Plastic degradation protein", "AI Generated protein", "7-bladed propeller fold", "custom"])
93
  with gr.Row():
94
  inp = gr.Textbox(label="Protein sequence", lines=3, value=DEFAULT_SEQ, placeholder="Paste your protein sequence here...")
95
- btn = gr.Button("Plot Predicted Structure ").scale(full_width=False)
96
  #btn = gr.Button("πŸ”¬ Predict Structure ").style(full_width=False)
97
  with gr.Row():
98
  PDB_string = gr.Textbox(
 
92
  name = gr.Dropdown(label="Choose a Sample Protein", value="Plastic degradation protein", choices=["Antifreeze protein", "Plastic degradation protein", "AI Generated protein", "7-bladed propeller fold", "custom"])
93
  with gr.Row():
94
  inp = gr.Textbox(label="Protein sequence", lines=3, value=DEFAULT_SEQ, placeholder="Paste your protein sequence here...")
95
+ btn = gr.Button("Plot Predicted Structure ")
96
  #btn = gr.Button("πŸ”¬ Predict Structure ").style(full_width=False)
97
  with gr.Row():
98
  PDB_string = gr.Textbox(