bradley6597
commited on
Commit
•
dd3d2d9
1
Parent(s):
00e1480
FIxed error
Browse files
app.py
CHANGED
@@ -240,7 +240,7 @@ with gr.Blocks(css=style) as app:
|
|
240 |
with gr.Row():
|
241 |
with gr.Column(min_width = 10):
|
242 |
with gr.Row():
|
243 |
-
gr.HTML("<center><p>If you can't see the images please make sure you are signed in to your Twinkl account on Google & you have access to the Shared Drives you are searching :)</p><p>To drag images click
|
244 |
gr.HTML(ill_check_html)
|
245 |
user_num = gr.Number(value = 0, label = 'Put lowest number of the alarm clock you can see')
|
246 |
with gr.Row():
|
|
|
240 |
with gr.Row():
|
241 |
with gr.Column(min_width = 10):
|
242 |
with gr.Row():
|
243 |
+
gr.HTML("<center><p>If you can't see the images please make sure you are signed in to your Twinkl account on Google & you have access to the Shared Drives you are searching :)</p><p>To drag images click 'Make Draggable' button and wait until it says 'Drag It!'. After this you can drag the image into a folder on your computer</p></center>")
|
244 |
gr.HTML(ill_check_html)
|
245 |
user_num = gr.Number(value = 0, label = 'Put lowest number of the alarm clock you can see')
|
246 |
with gr.Row():
|