aarodi commited on
Commit
8503884
·
1 Parent(s): b2c5903

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -173,7 +173,7 @@ with gr.Blocks(css=".gr-button {font-size: 16px !important}") as demo:
173
 
174
  with gr.Row():
175
  prompt_input = gr.Textbox(
176
- label="Suggested Prompt",
177
  placeholder="e.g., ...",
178
  value="",
179
  lines=2
 
173
 
174
  with gr.Row():
175
  prompt_input = gr.Textbox(
176
+ label="Prompt to use",
177
  placeholder="e.g., ...",
178
  value="",
179
  lines=2