Deepa Shalini commited on
Commit
509b6df
·
1 Parent(s): c39e132

minor enhancement to placeholder

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -105,7 +105,7 @@ app.layout = dmc.MantineProvider(
105
  [
106
  dcc.Textarea(
107
  id="prompt-textarea",
108
- placeholder='Example: "Show a heatmap of weekly sales by month, highlighting high-volume days"',
109
  style={
110
  "width": "100%",
111
  "height": "120px",
 
105
  [
106
  dcc.Textarea(
107
  id="prompt-textarea",
108
+ placeholder='Example: "Create a heatmap of weekly sales by month, highlighting high-volume days"',
109
  style={
110
  "width": "100%",
111
  "height": "120px",