davanstrien HF staff commited on
Commit
c836047
β€’
1 Parent(s): 1d2879e

formatting

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -232,8 +232,8 @@ with gr.Blocks() as iface:
232
  output = gr.Markdown(label="Generated Data")
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
 
 
232
  output = gr.Markdown(label="Generated Data")
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