davanstrien HF Staff commited on
Commit
1d2879e
·
1 Parent(s): cfc088f

formatting

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