Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -253,7 +253,7 @@ def create_interface():
|
|
| 253 |
gr.Markdown("**1. Share what you're carrying**")
|
| 254 |
input_text = gr.Textbox(
|
| 255 |
label="How are you feeling, or what intention would you like to hold?",
|
| 256 |
-
placeholder="e.g., 'I need something steady before a conversation' or 'I
|
| 257 |
lines=4
|
| 258 |
)
|
| 259 |
|
|
|
|
| 253 |
gr.Markdown("**1. Share what you're carrying**")
|
| 254 |
input_text = gr.Textbox(
|
| 255 |
label="How are you feeling, or what intention would you like to hold?",
|
| 256 |
+
placeholder="e.g., 'I need something steady before a conversation' or 'I need room to chill after a long day.'",
|
| 257 |
lines=4
|
| 258 |
)
|
| 259 |
|