Spaces:
Running
Running
Update app.py
Browse files
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="
|
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...",
|