igashov commited on
Commit
2bdc158
1 Parent(s): b7813c6
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -166,11 +166,11 @@ with demo:
166
  gr.Markdown('Upload the file with 3D-coordinates of the input fragments in .pdb, .mol2 or .sdf format:')
167
  input_file = gr.File(file_count='single', label='Input Fragments')
168
 
169
- with gr.Row():
170
  with gr.Column():
171
- example1 = gr.Button('Example 1')
172
  with gr.Column():
173
- example2 = gr.Button('Example 2')
174
 
175
  button = gr.Button('Generate Linker!')
176
  gr.Markdown('')
 
166
  gr.Markdown('Upload the file with 3D-coordinates of the input fragments in .pdb, .mol2 or .sdf format:')
167
  input_file = gr.File(file_count='single', label='Input Fragments')
168
 
169
+ with gr.Row(css="#button {background-color: white; color: black;}"):
170
  with gr.Column():
171
+ example1 = gr.Button('Example 1', elem_id='button')
172
  with gr.Column():
173
+ example2 = gr.Button('Example 2', elem_id='button')
174
 
175
  button = gr.Button('Generate Linker!')
176
  gr.Markdown('')