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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("🔬 Predict Structure ").style(full_width=False)
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,