Spaces:
Sleeping
Sleeping
Deepa Shalini commited on
Commit ·
509b6df
1
Parent(s): c39e132
minor enhancement to placeholder
Browse files
app.py
CHANGED
|
@@ -105,7 +105,7 @@ app.layout = dmc.MantineProvider(
|
|
| 105 |
[
|
| 106 |
dcc.Textarea(
|
| 107 |
id="prompt-textarea",
|
| 108 |
-
placeholder='Example: "
|
| 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",
|