Spaces:
Paused
Paused
backup
Browse files
app.py
CHANGED
@@ -302,11 +302,11 @@ with gr.Blocks() as demo:
|
|
302 |
gr.Markdown("## Question Information")
|
303 |
|
304 |
# image
|
305 |
-
gr.Markdown("###
|
306 |
image_attribution_input = gr.Textbox(
|
307 |
-
label="
|
308 |
lines=1,
|
309 |
-
placeholder="
|
310 |
)
|
311 |
|
312 |
# Question Images - Individual Tabs
|
|
|
302 |
gr.Markdown("## Question Information")
|
303 |
|
304 |
# image
|
305 |
+
gr.Markdown("### Images Attribution")
|
306 |
image_attribution_input = gr.Textbox(
|
307 |
+
label="Images Attribution",
|
308 |
lines=1,
|
309 |
+
placeholder="Include attribution information for the images used in this question (or 'Own' if you created/took them)",
|
310 |
)
|
311 |
|
312 |
# Question Images - Individual Tabs
|