taesiri commited on
Commit
ae2c2e9
·
1 Parent(s): 616dc00
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -302,11 +302,11 @@ with gr.Blocks() as demo:
302
  gr.Markdown("## Question Information")
303
 
304
  # image
305
- gr.Markdown("### Image Attribution")
306
  image_attribution_input = gr.Textbox(
307
- label="Image Attribution",
308
  lines=1,
309
- placeholder="Image source or 'Own' if you created/took the image",
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