Update app.py
Browse files
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 ")
|
| 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(
|