thanhnew2001 commited on
Commit
4f665ab
1 Parent(s): 84b63e9

Delete app.jsonl

Browse files
Files changed (1) hide show
  1. app.jsonl +0 -117
app.jsonl DELETED
@@ -1,117 +0,0 @@
1
- {"prompt": "Agriculture price prediction app", "code": "<|{crop}|selector|lov=Wheat;Corn;Rice;Soybeans|dropdown|>\n<|{weather_condition}|selector|lov=Sunny;Rainy;Cloudy;Snowy|dropdown|>\n<|{n_years}|slider|min=1|max=5|>\n<|Forecast Yield|button|on_action=forecast_display|>\n<|{agri_data}|chart|mode=line|x=Date|y=Yield|>\n<|{forecast}|chart|mode=line|x=Date|y[1]=Lower|y[2]=Upper|>"}
2
- {"prompt": "Temperature visualizer app", "code": "<|{len(df_temp)}|>\n<|{n_out}|>\n<|{df_temp}|chart|x=DATE|y=AverageTemperature|>\n<|{df_temp}|chart|x=DATE|y=AverageTemperature|decimator=decimator_instance|>"}
3
- {"prompt": "Financial data visualizer app", "code": "<|{len(df_TSLA)}|>\n<|{n_out}|>\n<|{df_TSLA}|chart|x=DATE|y=High|>\n<|{df_TSLA}|chart|x=DATE|y=High|decimator=decimator_instance|>"}
4
- {"prompt": "Finance decimator app", "code": "<|{len(df_AAPL)}|>\n<|{n_out}|>\n<|{df_AAPL}|chart|x=DATE|y=Open|>\n<|{df_AAPL}|chart|x=DATE|y=Open|decimator=decimator_instance|>"}
5
- {"prompt": "Quadratic visualizer app", "code": "<|{a}|text|>\n<|{a}|slider|min=5|max=5|step=0.1|on_change=update_graph|>\n<|{b}|text|>\n<|{b}|slider|min=5|max=5|step=0.1|on_change=update_graph|>\n<|{c}|text|>\n<|{c}|slider|min=5|max=5|step=0.1|on_change=update_graph|>\n<|{data}|chart|>"}
6
- {"prompt": "Stock price visualizer app", "code": "<|{len(df_MSFT)}|>\n<|{n_out}|>\n<|{df_MSFT}|chart|x=DATE|y=Close|>\n<|{df_MSFT}|chart|x=DATE|y=Close|decimator=decimator_instance|>"}
7
- {"prompt": "Exercise timer app", "code": "<|{exercise}|selector|lov=Running;Swimming;Cycling;Yoga;Weightlifting|dropdown|>\n<|{duration}|slider|min=10|max=120|>\n<|Start Timer|button|on_action=start_timer|label=Start Timer|>\n<|status|indicator|value={progress}|min=0|max=100|>"}
8
- {"prompt": "Plant watering app", "code": "<|{plant_type}|selector|lov=Cactus;Fern;Orchid;Rose;Basil|dropdown|>\n<|{is_indoor}|toggle|lov=No;Yes|>\n<|Schedule Watering|button|on_action=schedule_watering|label=Schedule Watering|>\n<|{next_watering}|text|readonly|>"}
9
- {"prompt": "Real estate price prediction app", "code": "<|{selected_city}|input|on_action={lambda state: state.assign('data', get_real_estate_data(state.selected_city))}|> \n<|{n_years}|slider|min=1|max=5|> \n<|PREDICT|button|on_action=forecast_display|>\n<|{data}|chart|mode=line|x=Date|y=Price|>\n<|{forecast}|chart|mode=line|x=Date|y[1]=Lower|y[2]=Upper|>"}
10
- {"prompt": "CSV upload and display app", "code": "<|{data_path}|file_selector|on_action=data_upload|>\n<|{data}|table|>"}
11
- {"prompt": "Sin, cosine visualizer app", "code": "<|{value}|text|>\n<|{value}|slider|on_change=on_slider|>\n<|{data}|chart|>"}
12
- {"prompt": "Sine wave visualizer app", "code": "<|{frequency}|text|>\n<|{frequency}|slider|min=1|max=10|on_change=on_slider|>\n<|{data}|chart|>"}
13
- {"prompt": "Weather forecast app", "code": "<|{location}|selector|lov=New York;Los Angeles;Chicago;Houston;Miami|dropdown|>\n<|{date}|date|>\n<|Predict Weather|button|on_action=predict_weather|label=Predict Weather|>\n<|{weather_forecast}|text|readonly|>"}
14
- {"prompt": "Exponential visualizer app", "code": "<|{initial_value}|text|>\n<|{initial_value}|slider|min=0.1|max=10|step=0.1|on_change=update_graph|>\n<|{growth_rate}|text|>\n<|{growth_rate}|slider|min=0.5|max=0.5|step=0.01|on_change=update_graph|>\n<|{data}|chart|>"}
15
- {"prompt": "Temperature converter app", "code": "<|{celsius}|slider|min=50|max=50|>\n<|{celsius_to_fahrenheit(celsius)}|text|readonly|>\n<|{fahrenheit}|text|on_change=on_fahrenheit_change|>"}
16
- {"prompt": "Calorie tracker app", "code": "<|{food}|selector|lov=Apple;Banana;Bread;Cheese;Egg|dropdown|>\n<|{quantity}|input|>\n<|{is_vegetarian}|toggle|lov=No;Yes|>\n<|Calculate Calories|button|on_action=calculate_calories|label=Calculate Calories|>\n<|{total_calories}|text|readonly|>"}
17
- {"prompt": "Loan repayment calculator app", "code": "<|{loan_amount}|input|on_change=on_input_change|>\n<|{loan_amount}|text|readonly|>\n<|{annual_rate}|slider|min=1|max=20|on_change=on_slider_change|>\n<|{annual_rate}|text|readonly|>\n<|{loan_term}|slider|min=1|max=30|on_change=on_slider_change|>\n<|{loan_term}|text|readonly|>\n<|{monthly_repayment(loan_amount, annual_rate, loan_term)}|text|readonly|>"}
18
- {"prompt": "Line chart with custom hover label", "code": "<|{data}|chart|type='line'|hover_label='Custom Label'|>"}
19
- {"prompt": "Bar chart with specific y-axis range", "code": "<|{data}|chart|type='bar'|y_axis_range=[0,100]|>"}
20
- {"prompt": "Scatter plot with x-axis label format", "code": "<|{data}|chart|type='scatter'|x_axis_label_format='%Y-%m-%d'|>"}
21
- {"prompt": "Pie chart with pull-out slices", "code": "<|{data}|chart|type='pie'|pull_out_slices=True|>"}
22
- {"prompt": "Histogram with custom color palette", "code": "<|{data}|chart|type='histogram'|color_palette='viridis'|>"}
23
- {"prompt": "Bubble chart with custom animation speed", "code": "<|{data}|chart|type='bubble'|animation_speed='slow'|>"}
24
- {"prompt": "Heatmap with custom cell size", "code": "<|{data}|chart|type='heatmap'|cell_size=20|>"}
25
- {"prompt": "Radar chart with custom point shape", "code": "<|{data}|chart|type='radar'|point_shape='triangle'|>"}
26
- {"prompt": "Treemap with custom text font", "code": "<|{data}|chart|type='treemap'|text_font='Arial'|>"}
27
- {"prompt": "Area chart with custom axis labels", "code": "<|{data}|chart|type='area'|x_axis_label='Time'|y_axis_label='Value'|>"}
28
- {"prompt": "Donut chart with custom rotation angle", "code": "<|{data}|chart|type='donut'|rotation_angle=270|>"}
29
- {"prompt": "Polar chart with custom sector colors", "code": "<|{data}|chart|type='polar'|sector_colors=['red', 'blue', 'green']|>"}
30
- {"prompt": "Funnel chart with custom height", "code": "<|{data}|chart|type='funnel'|chart_height=400|>"}
31
- {"prompt": "Gauge chart with custom gauge labels", "code": "<|{data}|chart|type='gauge'|gauge_labels=['Low', 'Medium', 'High']|>"}
32
- {"prompt": "Choropleth map with custom border color", "code": "<|{data}|chart|type='choropleth'|border_color='black'|>"}
33
- {"prompt": "3D scatter plot with custom background color", "code": "<|{data}|chart|type='scatter3d'|background_color='lightblue'|>"}
34
- {"prompt": "Waterfall chart with custom connector style", "code": "<|{data}|chart|type='waterfall'|connector_style='dashed'|>"}
35
- {"prompt": "Sunburst chart with custom hover mode", "code": "<|{data}|chart|type='sunburst'|hover_mode='x'|>"}
36
- {"prompt": "Box plot with custom jitter", "code": "<|{data}|chart|type='box'|jitter=True|>"}
37
- {"prompt": "Candlestick chart with custom tick format", "code": "<|{data}|chart|type='candlestick'|tick_format='%H:%M'|>"}
38
- {"prompt": "Line chart with custom point shape", "code": "<|{data}|chart|type='line'|point_shape='star'|>"}
39
- {"prompt": "Bar chart with horizontal orientation", "code": "<|{data}|chart|type='bar'|orientation='horizontal'|>"}
40
- {"prompt": "Scatter plot with custom marker size", "code": "<|{data}|chart|type='scatter'|marker_size=15|>"}
41
- {"prompt": "Pie chart with exploded slices", "code": "<|{data}|chart|type='pie'|exploded_slices=True|>"}
42
- {"prompt": "Histogram with custom bin count", "code": "<|{data}|chart|type='histogram'|bin_count=20|>"}
43
- {"prompt": "Bubble chart with custom color scale", "code": "<|{data}|chart|type='bubble'|color_scale='Blues'|>"}
44
- {"prompt": "Heatmap with discrete color scale", "code": "<|{data}|chart|type='heatmap'|discrete_color_scale=True|>"}
45
- {"prompt": "Radar chart with custom fill opacity", "code": "<|{data}|chart|type='radar'|fill_opacity=0.5|>"}
46
- {"prompt": "Treemap with custom text alignment", "code": "<|{data}|chart|type='treemap'|text_alignment='center'|>"}
47
- {"prompt": "Area chart with custom line dash", "code": "<|{data}|chart|type='area'|line_dash='dot'|>"}
48
- {"prompt": "Donut chart with label inside", "code": "<|{data}|chart|type='donut'|label_inside=True|>"}
49
- {"prompt": "Polar chart with custom radial axis range", "code": "<|{data}|chart|type='polar'|radial_axis_range=[0,10]|>"}
50
- {"prompt": "Funnel chart with custom color by data", "code": "<|{data}|chart|type='funnel'|color_by_data=True|>"}
51
- {"prompt": "Gauge chart with custom needle size", "code": "<|{data}|chart|type='gauge'|needle_size=10|>"}
52
- {"prompt": "Choropleth map with custom zoom level", "code": "<|{data}|chart|type='choropleth'|zoom_level=5|>"}
53
- {"prompt": "3D scatter plot with custom axis range", "code": "<|{data}|chart|type='scatter3d'|axis_range=[-10,10]|>"}
54
- {"prompt": "Waterfall chart with custom total label", "code": "<|{data}|chart|type='waterfall'|total_label='Total'|>"}
55
- {"prompt": "Sunburst chart with custom text size", "code": "<|{data}|chart|type='sunburst'|text_size=14|>"}
56
- {"prompt": "Box plot with custom whisker style", "code": "<|{data}|chart|type='box'|whisker_style='solid'|>"}
57
- {"prompt": "Candlestick chart with custom tick orientation", "code": "<|{data}|chart|type='candlestick'|tick_orientation='vertical'|>"}
58
- {"prompt": "Line chart with custom gridlines", "code": "<|{data}|chart|type='line'|gridlines=True|>"}
59
- {"prompt": "Bar chart with custom axis title", "code": "<|{data}|chart|type='bar'|axis_title='Sales'|>"}
60
- {"prompt": "Scatter plot with custom background", "code": "<|{data}|chart|type='scatter'|background='lightgrey'|>"}
61
- {"prompt": "Pie chart with custom legend position", "code": "<|{data}|chart|type='pie'|legend_position='right'|>"}
62
- {"prompt": "Histogram with custom text color", "code": "<|{data}|chart|type='histogram'|text_color='darkblue'|>"}
63
- {"prompt": "Bubble chart with custom axis labels", "code": "<|{data}|chart|type='bubble'|x_axis_label='Time'|y_axis_label='Value'|>"}
64
- {"prompt": "Heatmap with custom border width", "code": "<|{data}|chart|type='heatmap'|border_width=2|>"}
65
- {"prompt": "Radar chart with custom title", "code": "<|{data}|chart|type='radar'|title='Performance Metrics'|>"}
66
- {"prompt": "Treemap with custom highlight color", "code": "<|{data}|chart|type='treemap'|highlight_color='yellow'|>"}
67
- {"prompt": "Area chart with custom axis intervals", "code": "<|{data}|chart|type='area'|axis_intervals=5|>"}
68
- {"prompt": "Donut chart with custom text format", "code": "<|{data}|chart|type='donut'|text_format='percent'|>"}
69
- {"prompt": "Polar chart with custom center point", "code": "<|{data}|chart|type='polar'|center_point='top-left'|>"}
70
- {"prompt": "Funnel chart with custom text size", "code": "<|{data}|chart|type='funnel'|text_size=16|>"}
71
- {"prompt": "Gauge chart with custom range color", "code": "<|{data}|chart|type='gauge'|range_color='green'|>"}
72
- {"prompt": "Choropleth map with custom highlight mode", "code": "<|{data}|chart|type='choropleth'|highlight_mode='x'|>"}
73
- {"prompt": "3D scatter plot with custom rotation", "code": "<|{data}|chart|type='scatter3d'|rotation='45'|>"}
74
- {"prompt": "Waterfall chart with custom step size", "code": "<|{data}|chart|type='waterfall'|step_size=10|>"}
75
- {"prompt": "Sunburst chart with custom radius range", "code": "<|{data}|chart|type='sunburst'|radius_range=[20,100]|>"}
76
- {"prompt": "Box plot with custom outlier symbols", "code": "<|{data}|chart|type='box'|outlier_symbols=['circle', 'star']|>"}
77
- {"prompt": "Candlestick chart with custom time interval", "code": "<|{data}|chart|type='candlestick'|time_interval='weekly'|>"}
78
- {"prompt": "Line chart with custom axis tick color", "code": "<|{data}|chart|type='line'|axis_tick_color='green'|>"}
79
- {"prompt": "Bar chart with custom tooltip text", "code": "<|{data}|chart|type='bar'|tooltip_text='Sales Data'|>"}
80
- {"prompt": "Scatter plot with custom label font style", "code": "<|{data}|chart|type='scatter'|label_font_style='italic'|>"}
81
- {"prompt": "Pie chart with custom label distance", "code": "<|{data}|chart|type='pie'|label_distance=20|>"}
82
- {"prompt": "Histogram with custom fill pattern", "code": "<|{data}|chart|type='histogram'|fill_pattern='striped'|>"}
83
- {"prompt": "Bubble chart with custom legend visibility", "code": "<|{data}|chart|type='bubble'|legend_visibility=False|>"}
84
- {"prompt": "Heatmap with custom cell border color", "code": "<|{data}|chart|type='heatmap'|cell_border_color='blue'|>"}
85
- {"prompt": "Radar chart with custom radar axis color", "code": "<|{data}|chart|type='radar'|radar_axis_color='purple'|>"}
86
- {"prompt": "Treemap with custom parent area color", "code": "<|{data}|chart|type='treemap'|parent_area_color='grey'|>"}
87
- {"prompt": "Area chart with custom line join style", "code": "<|{data}|chart|type='area'|line_join_style='bevel'|>"}
88
- {"prompt": "Donut chart with custom inner radius size", "code": "<|{data}|chart|type='donut'|inner_radius_size=30|>"}
89
- {"prompt": "Polar chart with custom sector highlight", "code": "<|{data}|chart|type='polar'|sector_highlight=True|>"}
90
- {"prompt": "Funnel chart with custom gradient direction", "code": "<|{data}|chart|type='funnel'|gradient_direction='vertical'|>"}
91
- {"prompt": "Gauge chart with custom scale intervals", "code": "<|{data}|chart|type='gauge'|scale_intervals=5|>"}
92
- {"prompt": "Choropleth map with custom overlay opacity", "code": "<|{data}|chart|type='choropleth'|overlay_opacity=0.7|>"}
93
- {"prompt": "3D scatter plot with custom point symbol", "code": "<|{data}|chart|type='scatter3d'|point_symbol='diamond'|>"}
94
- {"prompt": "Waterfall chart with custom text orientation", "code": "<|{data}|chart|type='waterfall'|text_orientation='horizontal'|>"}
95
- {"prompt": "Sunburst chart with custom text color", "code": "<|{data}|chart|type='sunburst'|text_color='navy'|>"}
96
- {"prompt": "Box plot with custom median line style", "code": "<|{data}|chart|type='box'|median_line_style='dotted'|>"}
97
- {"prompt": "Candlestick chart with custom shadow size", "code": "<|{data}|chart|type='candlestick'|shadow_size=2|>"}
98
- {"prompt": "Line chart with custom label rotation", "code": "<|{data}|chart|type='line'|label_rotation=45|>"}
99
- {"prompt": "Bar chart with custom bar gap", "code": "<|{data}|chart|type='bar'|bar_gap=2|>"}
100
- {"prompt": "Scatter plot with custom zoom level", "code": "<|{data}|chart|type='scatter'|zoom_level=5|>"}
101
- {"prompt": "Pie chart with custom hover effect", "code": "<|{data}|chart|type='pie'|hover_effect='glow'|>"}
102
- {"prompt": "Histogram with custom legend format", "code": "<|{data}|chart|type='histogram'|legend_format='square'|>"}
103
- {"prompt": "Bubble chart with custom label color", "code": "<|{data}|chart|type='bubble'|label_color='orange'|>"}
104
- {"prompt": "Heatmap with custom color intensity", "code": "<|{data}|chart|type='heatmap'|color_intensity=0.8|>"}
105
- {"prompt": "Radar chart with custom web color", "code": "<|{data}|chart|type='radar'|web_color='cyan'|>"}
106
- {"prompt": "Treemap with custom hover color", "code": "<|{data}|chart|type='treemap'|hover_color='pink'|>"}
107
- {"prompt": "Area chart with custom pattern", "code": "<|{data}|chart|type='area'|pattern='dots'|>"}
108
- {"prompt": "Donut chart with custom shadow", "code": "<|{data}|chart|type='donut'|shadow=True|>"}
109
- {"prompt": "Polar chart with custom range labels", "code": "<|{data}|chart|type='polar'|range_labels=['Low', 'Medium', 'High']|>"}
110
- {"prompt": "Funnel chart with custom entry animation", "code": "<|{data}|chart|type='funnel'|entry_animation='slide'|>"}
111
- {"prompt": "Gauge chart with custom tick marks", "code": "<|{data}|chart|type='gauge'|tick_marks=True|>"}
112
- {"prompt": "Choropleth map with custom data labels", "code": "<|{data}|chart|type='choropleth'|data_labels=True|>"}
113
- {"prompt": "3D scatter plot with custom axis grid", "code": "<|{data}|chart|type='scatter3d'|axis_grid=True|>"}
114
- {"prompt": "Waterfall chart with custom number format", "code": "<|{data}|chart|type='waterfall'|number_format='decimal'|>"}
115
- {"prompt": "Sunburst chart with custom label format", "code": "<|{data}|chart|type='sunburst'|label_format='wrap'|>"}
116
- {"prompt": "Box plot with custom quartile method", "code": "<|{data}|chart|type='box'|quartile_method='inclusive'|>"}
117
- {"prompt": "Candlestick chart with custom bullish color", "code": "<|{data}|chart|type='candlestick'|bullish_color='green'|>"}