dhuynh95 commited on
Commit
c9f667e
1 Parent(s): 46b30cb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ with gr.Blocks() as demo:
36
  with gr.Column(scale=0.85):
37
  msg = gr.Textbox(
38
  show_label=False,
39
- placeholder="Enter text and press enter. The url must contain the media type. e.g, https://example.com/example.jpg",
40
  lines=1,
41
  ).style(container=False)
42
  with gr.Column(scale=0.15, min_width=0):
 
36
  with gr.Column(scale=0.85):
37
  msg = gr.Textbox(
38
  show_label=False,
39
+ placeholder="Enter text and press enter.",
40
  lines=1,
41
  ).style(container=False)
42
  with gr.Column(scale=0.15, min_width=0):