Update app.py
Browse files
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 |
-
|
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,
|