ed-donner commited on
Commit
6147079
·
1 Parent(s): 3bcdbc2

Updated text on UI

Browse files
Files changed (1) hide show
  1. arena/c4.py +2 -2
arena/c4.py CHANGED
@@ -217,7 +217,7 @@ def make_display():
217
  reset_button = gr.Button("Start Over", variant="stop")
218
  with gr.Row():
219
  gr.HTML(
220
- '<div style="text-align: center;font-size:16px">See the <a href="https://youtu.be/0OF-ChlKOQY" target="_blank" rel="noopener noreferrer">video walkthrough</a> of the code and <a href="https://github.com/ed-donner/connect" target="_blank" rel="noopener noreferrer">clone</a> the repo</div>'
221
  )
222
 
223
  with gr.Column(scale=1):
@@ -250,7 +250,7 @@ def make_display():
250
  )
251
  with gr.Row():
252
  gr.HTML(
253
- '<div style="text-align: center;font-size:16px">See the <a href="https://youtu.be/0OF-ChlKOQY" target="_blank" rel="noopener noreferrer">video walkthrough</a> of the code and <a href="https://github.com/ed-donner/connect" target="_blank" rel="noopener noreferrer">clone</a> the repo</div>'
254
  )
255
 
256
  blocks.load(
 
217
  reset_button = gr.Button("Start Over", variant="stop")
218
  with gr.Row():
219
  gr.HTML(
220
+ '<div style="text-align: center;font-size:16px">See the <a href="https://youtu.be/0OF-ChlKOQY">video walkthrough</a> of the code and <a href="https://github.com/ed-donner/connect">clone</a> the repo</div>'
221
  )
222
 
223
  with gr.Column(scale=1):
 
250
  )
251
  with gr.Row():
252
  gr.HTML(
253
+ '<div style="text-align: center;font-size:16px">See the <a href="https://youtu.be/0OF-ChlKOQY">video walkthrough</a> of the code and <a href="https://github.com/ed-donner/connect">clone</a> the repo</div>'
254
  )
255
 
256
  blocks.load(