Spaces:
Running
Running
glitchbench
commited on
Commit
•
ac3b2cc
1
Parent(s):
4a88483
Update app.py
Browse files
app.py
CHANGED
@@ -42,8 +42,8 @@ def make_grid(grid_size):
|
|
42 |
for col_counter in range(grid_size[1]):
|
43 |
item_image = gr.Image()
|
44 |
with gr.Accordion("Click for details", open=False):
|
45 |
-
item_glitch_source = gr.Textbox(label="
|
46 |
-
item_reddit = gr.Textbox(label="
|
47 |
item_id = gr.Textbox(label="Reddit ID")
|
48 |
item_description = gr.Textbox(label="Description")
|
49 |
|
|
|
42 |
for col_counter in range(grid_size[1]):
|
43 |
item_image = gr.Image()
|
44 |
with gr.Accordion("Click for details", open=False):
|
45 |
+
item_glitch_source = gr.Textbox(label="Glitch Source")
|
46 |
+
item_reddit = gr.Textbox(label="Glitch Type")
|
47 |
item_id = gr.Textbox(label="Reddit ID")
|
48 |
item_description = gr.Textbox(label="Description")
|
49 |
|