ciaochris commited on
Commit
779c195
·
verified ·
1 Parent(s): 118f06a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 want room to soften after a long day.'",
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