Update app.py
Browse files
app.py
CHANGED
|
@@ -95,7 +95,7 @@ with demo:
|
|
| 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("🔬
|
| 99 |
with gr.Row():
|
| 100 |
PDB_string = gr.Textbox(
|
| 101 |
lines=4,
|
|
|
|
| 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(value = "🔬 Plot Predicted Structure ", size = 'sm')
|
| 99 |
with gr.Row():
|
| 100 |
PDB_string = gr.Textbox(
|
| 101 |
lines=4,
|