Timothy-Vinzent commited on
Commit
7446fcd
·
verified ·
1 Parent(s): 994674c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -342,7 +342,7 @@ def build_interface():
342
  )
343
 
344
  email_input = gr.Textbox(label="Email", placeholder="[email protected]")
345
- name_input = gr.Textbox(label="Name", placeholder="Your name")
346
  system_prompt_input = gr.Textbox(
347
  label="System Prompt",
348
  placeholder="Enter your system prompt here...",
 
342
  )
343
 
344
  email_input = gr.Textbox(label="Email", placeholder="[email protected]")
345
+ name_input = gr.Textbox(label="First Name, Last Name", placeholder="John, Smith")
346
  system_prompt_input = gr.Textbox(
347
  label="System Prompt",
348
  placeholder="Enter your system prompt here...",