davanstrien HF staff commited on
Commit
b2d025f
1 Parent(s): c836047

formatting

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -233,7 +233,7 @@ with gr.Blocks() as iface:
233
 
234
  with gr.Row():
235
  gr.Markdown("*Vote on the quality of the generated data*")
236
-
237
  thumbs_down = gr.Button("👎 Thumbs Down", interactive=False)
238
  thumbs_up = gr.Button("👍 Thumbs Up", interactive=False)
239
 
 
233
 
234
  with gr.Row():
235
  gr.Markdown("*Vote on the quality of the generated data*")
236
+ with gr.Row():
237
  thumbs_down = gr.Button("👎 Thumbs Down", interactive=False)
238
  thumbs_up = gr.Button("👍 Thumbs Up", interactive=False)
239