prompt
stringlengths 10
151
| Markdown code
stringlengths 5
232
|
---|---|
Display value
|
<|{value}|text|>
|
Create a slider
|
<|{value}|slider|>
|
Connect a slider to value
|
<|{value}|slider|>
|
Control value with a slider
|
<|{value}|slider|>
|
Display df_AAPL in a chart
|
<|{df_AAPL}|chart|x=DATE|y=Open|>
|
Create a button to upload a file
|
<|{data_path}|file_selector|on_action=data_upload|>
|
File upload
|
<|{data_path}|file_selector|on_action=data_upload|>
|
Create a menu to select the city
|
<|{city}|selector|lov={cities}|multiple|label=Select the City|dropdown|on_change=on_filter|width=100%|>
|
Create a selector for customer types
|
<|{customer_type}|selector|lov={types}|multiple|label=Select the Customer Type|dropdown|on_change=on_filter|width=100%|>
|
Display df_selection in an expandable
|
<|Sales Table|expandable|expanded=False|>
|
Create a Generate text button
|
<|Generate text|button|on_action=generate_text|label=Generate text|>
|
Create a text input for the tweet
|
<|{tweet}|input|multiline|label=Resulting tweet|class_name=fullwidth|>
|
Break line
|
<br/>
|
Display image
|
<center><|{image}|image|height=400px|></center>
|
Display image from path
|
<|{path}|image|width=500px|height=500px|class_name=img|>
|
Create a slider to select iterations
|
<|{iterations}|slider|min=10|max=50|continuous=False|on_change=generate|>
|
Slider dx_start
|
<|{dx_start}|slider|min=0|max=100|continuous=False|on_change=generate|>
|
Create a toggle button
|
<|{value}|toggle|lov=Item 1;Item 2;Item 3|>
|
Create a dropdown to select between A B and C
|
<|{value}|selector|lov=A;B;C|dropdown|>
|
Create a date selector
|
<|{dt}|date|>
|
Create a dynamic label display
|
<|{dynamic_label}|text|>
|
Display a progress control slider
|
<|{progress}|slider|>
|
Show a slider for adjusting sound levels
|
<|{sound_level}|slider|>
|
Create a slider for age selection
|
<|{age}|slider|>
|
Display a bar chart of sales data
|
<|{sales_data}|chart|x=Month|y=Sales|>
|
Add a button for image uploading
|
<|{image_upload}|file_selector|on_action=upload_image|>
|
Create a button to initiate data synchronization
|
<|{sync_data}|file_selector|on_action=sync_data|>
|
Show a dropdown for selecting a language
|
<|{language}|selector|lov={languages}|multiple|label=Select Language|dropdown|on_change=language_filter|width=100%|>
|
Display a selector for age groups
|
<|{age_group}|selector|lov={groups}|multiple|label=Select Age Group|dropdown|on_change=age_group_filter|width=100%|>
|
Add an expandable section for detailed instructions
|
<|Instructions|expandable|expanded=False|>
|
Create a 'Generate Report' button
|
<|Generate Report|button|on_action=generate_report|label=Generate Report|>
|
Show a text input for user feedback
|
<|{user_feedback}|input|multiline|label=User Feedback|class_name=fullwidth|>
|
Display a decorative line
|
<br/>
|
Create a gallery of images
|
<center><|{image_gallery}|image|height=250px|></center>
|
Add an image with a custom style
|
<|{styled_image}|image|width=400px|height=300px|class_name=styled|>
|
Show a slider for setting temperature range
|
<|{temperature_range}|slider|min=-10|max=30|continuous=True|on_change=set_temperature|>
|
Create a slider for adjusting brightness
|
<|{brightness_level}|slider|min=1|max=10|continuous=True|on_change=adjust_brightness|>
|
Display a toggle for enabling/disabling features
|
<|{feature_toggle}|toggle|lov=Enable;Disable|>
|
Add a dropdown to choose from options M, N, O
|
<|{option_choice}|selector|lov=M;N;O|dropdown|>
|
Create a date picker for event planning
|
<|{event_date}|date|>
|
Create a dynamic text display
|
<|{dynamic_text}|text|>
|
Display a volume control slider
|
<|{volume}|slider|>
|
Show a brightness adjustment slider
|
<|{brightness}|slider|>
|
Create a temperature control slider
|
<|{temperature}|slider|>
|
Display stock prices in a line chart
|
<|{stock_prices}|chart|x=Date|y=Price|>
|
Create a button to select files
|
<|{file_selection}|file_selector|on_action=select_files|>
|
Show a button for file downloading
|
<|{download_path}|file_selector|on_action=download_files|>
|
Create a dropdown menu for country selection
|
<|{country}|selector|lov={countries}|multiple|label=Select Country|dropdown|on_change=country_filter|width=100%|>
|
Display a selector for choosing product categories
|
<|{product_category}|selector|lov={categories}|multiple|label=Select Product Category|dropdown|on_change=category_filter|width=100%|>
|
Show an expandable section for user feedback
|
<|User Feedback|expandable|expanded=False|>
|
Create a button to start a process
|
<|Start Process|button|on_action=start_process|label=Start Process|>
|
Add a text input field for user comments
|
<|{comments}|input|multiline|label=User Comments|class_name=fullwidth|>
|
Create a line break
|
<br/>
|
Show a centered image
|
<center><|{centered_image}|image|height=300px|></center>
|
Display an image with custom dimensions
|
<|{custom_image_path}|image|width=600px|height=400px|class_name=custom_img|>
|
Add a slider to select the number of samples
|
<|{samples}|slider|min=5|max=100|continuous=True|on_change=update_samples|>
|
Create a slider for adjusting opacity
|
<|{opacity}|slider|min=0|max=1|continuous=True|on_change=adjust_opacity|>
|
Show a toggle button for light/dark mode
|
<|{mode}|toggle|lov=Light;Dark|>
|
Display a dropdown to choose between X, Y, and Z
|
<|{choice}|selector|lov=X;Y;Z|dropdown|>
|
Create a calendar for date selection
|
<|{calendar_date}|date|>
|
Display the current temperature value
|
<|{current_temperature}|text|>
|
Show the total sales value
|
<|{total_sales}|text|>
|
Slider for adjusting brightness value
|
<|{brightness_value}|slider|>
|
Display the remaining battery value
|
<|{battery_remaining}|text|>
|
Show the current score value
|
<|{current_score}|text|>
|
Slider for setting volume value
|
<|{volume_value}|slider|>
|
Display the distance traveled value
|
<|{distance_traveled}|text|>
|
Show the latest stock price value
|
<|{stock_price}|text|>
|
Slider for controlling speed value
|
<|{speed_value}|slider|>
|
Display the number of active users value
|
<|{active_users}|text|>
|
Show the current humidity value
|
<|{humidity_level}|text|>
|
Slider for weight value selection
|
<|{weight_value}|slider|>
|
Display the total download count value
|
<|{download_count}|text|>
|
Show the value of remaining storage space
|
<|{storage_space}|text|>
|
Slider for setting age value
|
<|{age_value}|slider|>
|
Display the current interest rate value
|
<|{interest_rate}|text|>
|
Show the calorie count value
|
<|{calorie_count}|text|>
|
Slider for selecting a quantity value
|
<|{quantity_value}|slider|>
|
Display the current altitude value
|
<|{altitude_value}|text|>
|
Show the CPU usage percentage value
|
<|{cpu_usage}|text|>
|
Display a welcome message text
|
<|Welcome to our platform!|text|>
|
Show a warning text about system usage
|
<|Warning: High CPU usage detected.|text|>
|
Add a text for user instructions
|
<|Please enter your details below.|text|>
|
Display a text for successful submission
|
<|Your submission has been successfully received.|text|>
|
Show a text with a motivational quote
|
<|Believe you can and you're halfway there. - Theodore Roosevelt|text|>
|
Add a text displaying current status
|
<|Status: System operating normally.|text|>
|
Display a text for privacy policy
|
<|Please review our privacy policy.|text|>
|
Show a text with user feedback guidelines
|
<|We value your feedback, please be respectful and constructive.|text|>
|
Add a descriptive text about the product
|
<|This product offers advanced features for professionals.|text|>
|
Display a text for terms and conditions
|
<|By using this service, you agree to our terms and conditions.|text|>
|
Show a text with a discount offer
|
<|Special Offer: 20% discount for a limited time!|text|>
|
Add a text about company history
|
<|Our company has been a market leader for over 50 years.|text|>
|
Display a text for a welcome greeting
|
<|Hello and welcome to our community!|text|>
|
Show a text with a daily tip
|
<|Tip of the day: Stay hydrated for better focus.|text|>
|
Add a text for application version
|
<|App Version: 1.4.3|text|>
|
Display a text for customer support contact
|
<|For support, contact us at [email protected]|text|>
|
Show a text with an inspirational message
|
<|Every moment is a fresh beginning. - T.S. Eliot|text|>
|
Add a text about website update news
|
<|New Update: Our website has a brand new look!|text|>
|
Display a text for holiday greetings
|
<|Happy Holidays from our team to you and your family!|text|>
|
Show a text with a server maintenance alert
|
<|Alert Server maintenance scheduled for 12 00 AM GMT|text|>
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.