wangjin2000 commited on
Commit
9b85825
β€’
1 Parent(s): 51cf3de

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -92,8 +92,8 @@ 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 ").style(full_width=False)
96
- btn = gr.Button("πŸ”¬ Predict Structure ").style(full_width=False)
97
  with gr.Row():
98
  PDB_string = gr.Textbox(
99
  lines=4,
 
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(
99
  lines=4,