deepkyu commited on
Commit
9ce2baf
1 Parent(s): 36fbf0a
Files changed (1) hide show
  1. app_custom.py +1 -1
app_custom.py CHANGED
@@ -34,7 +34,7 @@ with gr.Blocks(theme='deepkyu/compact-theme') as demo:
34
  name = gr.Textbox(
35
  label="Name",
36
  info="Full name, including middle name. No special characters.",
37
- placeholder="John Doe",
38
  value="John Doe",
39
  interactive=True,
40
  )
 
34
  name = gr.Textbox(
35
  label="Name",
36
  info="Full name, including middle name. No special characters.",
37
+ placeholder="Hyoung-Kyu",
38
  value="John Doe",
39
  interactive=True,
40
  )