yuxwu commited on
Commit
64dcdbf
·
1 Parent(s): 6b56be9
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -167,6 +167,7 @@ Prompting multiple AI agents to play games in a language-driven environment.
167
  with gr.Row():
168
  btn_step = gr.Button("Start")
169
  btn_restart = gr.Button("Clear")
 
170
 
171
  all_components += [human_input_textbox, btn_step, btn_restart]
172
 
 
167
  with gr.Row():
168
  btn_step = gr.Button("Start")
169
  btn_restart = gr.Button("Clear")
170
+ gr.HTML("""<div style="text-align:center"><p><small>By clicking the "Start" button above, you consent to the collection and use of your input data for research purposes.</small></p></dev>""")
171
 
172
  all_components += [human_input_textbox, btn_step, btn_restart]
173