davanstrien HF Staff commited on
Commit
cfc088f
·
1 Parent(s): 6f8c407
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -232,6 +232,7 @@ with gr.Blocks() as iface:
232
  output = gr.Markdown(label="Generated Data")
233
 
234
  with gr.Row():
 
235
  thumbs_down = gr.Button("👎 Thumbs Down", interactive=False)
236
  thumbs_up = gr.Button("👍 Thumbs Up", interactive=False)
237
 
 
232
  output = gr.Markdown(label="Generated Data")
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