thanhnew2001 commited on
Commit
76c535c
1 Parent(s): d01d8b1

Create images.jsonl

Browse files
Files changed (1) hide show
  1. images.jsonl +100 -0
images.jsonl ADDED
@@ -0,0 +1,100 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"prompt": "Display a local file image", "Markdown code": "<|{file_path}|image|>"}
2
+ {"prompt": "Set up an image control with a URL source and specific width", "Markdown code": "<|{image_url}|image|width='400px'|>"}
3
+ {"prompt": "Design an image control with function on click and a label", "Markdown code": "<|{content}|image|label='Click Me'|on_action=on_image_click|>"}
4
+ {"prompt": "Implement an image control with dynamic buffer source and custom height", "Markdown code": "<|{image_buffer}|image|height='200px'|>"}
5
+ {"prompt": "Configure an image control with identifier, active state, and hover text", "Markdown code": "<|{data}|image|id='image-id'|active=True|hover_text='Hover over image'|>"}
6
+ {"prompt": "Create an image control displaying content from a temporary file with a custom class name", "Markdown code": "<|{temp_file_path}|image|class_name='custom-image'|>"}
7
+ {"prompt": "Set up an image control with action on click and a specific label", "Markdown code": "<|{document_image}|image|on_action=document_clicked|label='Document Image'|>"}
8
+ {"prompt": "Design an image control with specified width, height, and dynamic content", "Markdown code": "<|{dynamic_image}|image|width='500px'|height='300px'|>"}
9
+ {"prompt": "Implement an image control with hover text, active state, and a specific identifier", "Markdown code": "<|{profile_picture}|image|hover_text='Profile Picture'|active=True|id='profile-pic'|>"}
10
+ {"prompt": "Configure an image control that calls a function on click, with custom class name and label", "Markdown code": "<|{content}|image|on_action=image_click_function|class_name='inline'|label='Image Label'|>"}
11
+ {"prompt": "Create an image control displaying a local file with specific width and label", "Markdown code": "<|{file_path}|image|width='350px'|label='Local Image'|>"}
12
+ {"prompt": "Set up an image control with a URL source, height setting, and hover text", "Markdown code": "<|{image_url}|image|height='250px'|hover_text='URL Image'|>"}
13
+ {"prompt": "Design an image control that calls a function on click, has a custom identifier, and active state", "Markdown code": "<|{content}|image|on_action=on_image_click|id='image-action'|active=True|>"}
14
+ {"prompt": "Implement an image control with a dynamic buffer source, a specific label, and custom class name", "Markdown code": "<|{image_buffer}|image|label='Dynamic Image'|class_name='dynamic-image'|>"}
15
+ {"prompt": "Configure an image control displaying content from a temporary file, with hover text and width setting", "Markdown code": "<|{temp_file_path}|image|hover_text='Temporary Image'|width='400px'|>"}
16
+ {"prompt": "Create an image control with action triggered on click, specified height, and a custom identifier", "Markdown code": "<|{document_image}|image|on_action=document_clicked|height='300px'|id='doc-image'|>"}
17
+ {"prompt": "Set up an image control with a specified width, dynamic content, and an active state", "Markdown code": "<|{dynamic_image}|image|width='500px'|active=True|>"}
18
+ {"prompt": "Design an image control with hover text, a custom label, and a specific height", "Markdown code": "<|{profile_picture}|image|hover_text='Profile Picture'|label='Profile'|height='200px'|>"}
19
+ {"prompt": "Implement an image control that calls a function on click, with a specific width and label", "Markdown code": "<|{content}|image|on_action=image_click_function|width='350px'|label='Interactive Image'|>"}
20
+ {"prompt": "Configure an image control with a URL source, custom class name, and action triggered on click", "Markdown code": "<|{image_url}|image|class_name='url-image'|on_action=url_image_click|>"}
21
+ {"prompt": "Create an image for the user profile", "Markdown code": "<|User Profile Image|image|>"}
22
+ {"prompt": "Display a banner image on the homepage", "Markdown code": "<|Homepage Banner|image|>"}
23
+ {"prompt": "Show an image of the product details", "Markdown code": "<|Product Details Image|image|>"}
24
+ {"prompt": "Insert an image into the product description", "Markdown code": "<|Product Description Image|image|>"}
25
+ {"prompt": "Add an image to the blog header", "Markdown code": "<|Blog Header Image|image|>"}
26
+ {"prompt": "Create an image gallery with customer testimonials", "Markdown code": "<|Customer Testimonials Gallery|image|>"}
27
+ {"prompt": "Display a background image for the checkout page", "Markdown code": "<|Checkout Page Background|image|>"}
28
+ {"prompt": "Show an image of the project timeline", "Markdown code": "<|Project Timeline Image|image|>"}
29
+ {"prompt": "Insert an image of the company's achievements", "Markdown code": "<|Company Achievements Image|image|>"}
30
+ {"prompt": "Add an image to the services section", "Markdown code": "<|Services Section Image|image|>"}
31
+ {"prompt": "Create a header image for the blog post", "Markdown code": "<|Blog Post Header|image|>"}
32
+ {"prompt": "Display a featured image on the about us page", "Markdown code": "<|About Us Page Featured Image|image|>"}
33
+ {"prompt": "Show an image of the team's expertise", "Markdown code": "<|Team Expertise Image|image|>"}
34
+ {"prompt": "Insert an image of the company's values", "Markdown code": "<|Company Values Image|image|>"}
35
+ {"prompt": "Add an image to the product comparison table", "Markdown code": "<|Product Comparison Image|image|>"}
36
+ {"prompt": "Create an image slider with client logos", "Markdown code": "<|Client Logos Slider|image|>"}
37
+ {"prompt": "Display a background image for the login form", "Markdown code": "<|Login Form Background|image|>"}
38
+ {"prompt": "Show an image of the project milestones", "Markdown code": "<|Project Milestones Image|image|>"}
39
+ {"prompt": "Insert an image of the company's history", "Markdown code": "<|Company History Image|image|>"}
40
+ {"prompt": "Add an image to the pricing table", "Markdown code": "<|Pricing Table Image|image|>"}
41
+ {"prompt": "Create an image gallery for product showcases", "Markdown code": "<|Product Showcases Gallery|image|>"}
42
+ {"prompt": "Display a banner image on the testimonials page", "Markdown code": "<|Testimonials Page Banner|image|>"}
43
+ {"prompt": "Show an image of the team's accomplishments", "Markdown code": "<|Team Accomplishments Image|image|>"}
44
+ {"prompt": "Insert an image of the product features", "Markdown code": "<|Product Features Image|image|>"}
45
+ {"prompt": "Add an image to the blog post sidebar", "Markdown code": "<|Blog Post Sidebar Image|image|>"}
46
+ {"prompt": "Create an image slider with project highlights", "Markdown code": "<|Project Highlights Slider|image|>"}
47
+ {"prompt": "Display a background image for the signup form", "Markdown code": "<|Signup Form Background|image|>"}
48
+ {"prompt": "Show an image of the company's mission", "Markdown code": "<|Company Mission Image|image|>"}
49
+ {"prompt": "Insert an image of the product specifications", "Markdown code": "<|Product Specifications Image|image|>"}
50
+ {"prompt": "Add an image to the contact us page", "Markdown code": "<|Contact Us Page Image|image|>"}
51
+ {"prompt": "Create an image gallery with customer success stories", "Markdown code": "<|Customer Success Stories Gallery|image|>"}
52
+ {"prompt": "Display a banner image on the pricing page", "Markdown code": "<|Pricing Page Banner|image|>"}
53
+ {"prompt": "Show an image of the team's vision", "Markdown code": "<|Team Vision Image|image|>"}
54
+ {"prompt": "Insert an image of the company's culture", "Markdown code": "<|Company Culture Image|image|>"}
55
+ {"prompt": "Add an image to the product benefits section", "Markdown code": "<|Product Benefits Image|image|>"}
56
+ {"prompt": "Create a header image for the testimonials page", "Markdown code": "<|Testimonials Page Header|image|>"}
57
+ {"prompt": "Display a featured image on the careers page", "Markdown code": "<|Careers Page Featured Image|image|>"}
58
+ {"prompt": "Show an image of the team's commitment", "Markdown code": "<|Team Commitment Image|image|>"}
59
+ {"prompt": "Insert an image of the company's branding", "Markdown code": "<|Company Branding Image|image|>"}
60
+ {"prompt": "Add an image to the product reviews section", "Markdown code": "<|Product Reviews Image|image|>"}
61
+ {"prompt": "Create an image gallery for the homepage", "Markdown code": "<|Image Gallery|image|>"}
62
+ {"prompt": "Display a logo image in the header", "Markdown code": "<|Logo|image|>"}
63
+ {"prompt": "Show an image of the product", "Markdown code": "<|Product Image|image|>"}
64
+ {"prompt": "Insert an image into the blog post", "Markdown code": "<|Blog Image|image|>"}
65
+ {"prompt": "Add an image to the about us page", "Markdown code": "<|About Us Image|image|>"}
66
+ {"prompt": "Create a hero image for the landing page", "Markdown code": "<|Hero Image|image|>"}
67
+ {"prompt": "Display a banner image on the homepage", "Markdown code": "<|Banner Image|image|>"}
68
+ {"prompt": "Show an image of the team members", "Markdown code": "<|Team Image|image|>"}
69
+ {"prompt": "Insert an image of the event venue", "Markdown code": "<|Event Venue Image|image|>"}
70
+ {"prompt": "Add an image to the contact page", "Markdown code": "<|Contact Page Image|image|>"}
71
+ {"prompt": "Create a header image for the newsletter", "Markdown code": "<|Newsletter Header|image|>"}
72
+ {"prompt": "Display a featured image on the blog", "Markdown code": "<|Featured Blog Image|image|>"}
73
+ {"prompt": "Show an image of the new product collection", "Markdown code": "<|New Collection Image|image|>"}
74
+ {"prompt": "Insert an image into the gallery section", "Markdown code": "<|Gallery Image|image|>"}
75
+ {"prompt": "Add an image to the testimonials page", "Markdown code": "<|Testimonials Image|image|>"}
76
+ {"prompt": "Create an image slider for the website", "Markdown code": "<|Image Slider|image|>"}
77
+ {"prompt": "Display a background image for the login page", "Markdown code": "<|Login Page Background|image|>"}
78
+ {"prompt": "Show an image of the project progress", "Markdown code": "<|Project Progress Image|image|>"}
79
+ {"prompt": "Insert an image of the company headquarters", "Markdown code": "<|Company Headquarters Image|image|>"}
80
+ {"prompt": "Add an image to the pricing page", "Markdown code": "<|Pricing Page Image|image|>"}
81
+ {"prompt": "Create an image gallery with customer reviews", "Markdown code": "<|Customer Reviews Gallery|image|>"}
82
+ {"prompt": "Display a banner image on the product page", "Markdown code": "<|Product Page Banner|image|>"}
83
+ {"prompt": "Show an image of the conference speakers", "Markdown code": "<|Conference Speakers Image|image|>"}
84
+ {"prompt": "Insert an image of the awards and recognition", "Markdown code": "<|Awards Image|image|>"}
85
+ {"prompt": "Add an image to the services page", "Markdown code": "<|Services Page Image|image|>"}
86
+ {"prompt": "Create a header image for the portfolio", "Markdown code": "<|Portfolio Header|image|>"}
87
+ {"prompt": "Display a featured image on the news page", "Markdown code": "<|News Page Featured Image|image|>"}
88
+ {"prompt": "Show an image of the company history timeline", "Markdown code": "<|Company History Image|image|>"}
89
+ {"prompt": "Insert an image of the product specifications", "Markdown code": "<|Product Specifications Image|image|>"}
90
+ {"prompt": "Add an image to the careers page", "Markdown code": "<|Careers Page Image|image|>"}
91
+ {"prompt": "Create an image slider with client testimonials", "Markdown code": "<|Client Testimonials Slider|image|>"}
92
+ {"prompt": "Display a background image for the signup page", "Markdown code": "<|Signup Page Background|image|>"}
93
+ {"prompt": "Show an image of the company values", "Markdown code": "<|Company Values Image|image|>"}
94
+ {"prompt": "Insert an image of the product packaging", "Markdown code": "<|Product Packaging Image|image|>"}
95
+ {"prompt": "Add an image to the blog sidebar", "Markdown code": "<|Blog Sidebar Image|image|>"}
96
+ {"prompt": "Create an image gallery showcasing client projects", "Markdown code": "<|Client Projects Gallery|image|>"}
97
+ {"prompt": "Display a banner image on the testimonials page", "Markdown code": "<|Testimonials Page Banner|image|>"}
98
+ {"prompt": "Show an image of the team's achievements", "Markdown code": "<|Team Achievements Image|image|>"}
99
+ {"prompt": "Insert an image of the product assembly process", "Markdown code": "<|Product Assembly Image|image|>"}
100
+ {"prompt": "Add an image to the contact form", "Markdown code": "<|Contact Form Image|image|>"}