Rahatara commited on
Commit
2898397
·
verified ·
1 Parent(s): 86e6019

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -86,8 +86,7 @@ google_key_component = gr.Textbox(
86
  image_prompt_component = gr.Image(type="pil", label="Upload Image", width=200)
87
  text_prompt_component = gr.Textbox(
88
  placeholder="Describe your style needs",
89
- label="Enter your prompt",
90
- width=300
91
  )
92
  run_button_component = gr.Button("Ask Stylist")
93
 
 
86
  image_prompt_component = gr.Image(type="pil", label="Upload Image", width=200)
87
  text_prompt_component = gr.Textbox(
88
  placeholder="Describe your style needs",
89
+ label="Enter your prompt"
 
90
  )
91
  run_button_component = gr.Button("Ask Stylist")
92