wangjin2000 commited on
Commit
1a5fe7f
·
verified ·
1 Parent(s): 8122b27

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -94,8 +94,8 @@ with demo:
94
  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"])
95
  with gr.Row():
96
  inp = gr.Textbox(label="Protein sequence", lines=3, value=DEFAULT_SEQ, placeholder="Paste your protein sequence here...")
97
- btn = gr.Button("Plot Predicted Structure ")
98
- #btn = gr.Button("🔬 Predict Structure ").style(full_width=False)
99
  with gr.Row():
100
  PDB_string = gr.Textbox(
101
  lines=4,
 
94
  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"])
95
  with gr.Row():
96
  inp = gr.Textbox(label="Protein sequence", lines=3, value=DEFAULT_SEQ, placeholder="Paste your protein sequence here...")
97
+ #btn = gr.Button("Plot Predicted Structure ")
98
+ btn = gr.Button("🔬 Predict Structure ").style(full_width=False)
99
  with gr.Row():
100
  PDB_string = gr.Textbox(
101
  lines=4,