zhiminy commited on
Commit
1de872d
·
1 Parent(s): db88383

refine the caption

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -550,7 +550,7 @@ with gr.Blocks() as app:
550
  # NEW: Add a textbox for the repository URL above the user prompt
551
  repo_url = gr.Textbox(
552
  show_label=False,
553
- placeholder="Enter the repo-related URL here (optional)",
554
  lines=1,
555
  interactive=False,
556
  )
@@ -558,7 +558,7 @@ with gr.Blocks() as app:
558
  # Components with initial non-interactive state
559
  shared_input = gr.Textbox(
560
  show_label=False,
561
- placeholder="Enter your query for both models here",
562
  lines=2,
563
  interactive=False, # Initially non-interactive
564
  )
 
550
  # NEW: Add a textbox for the repository URL above the user prompt
551
  repo_url = gr.Textbox(
552
  show_label=False,
553
+ placeholder="Optional: Enter the URL of a repository (GitHub, GitLab, Hugging Face), issue, commit, or pull request.",
554
  lines=1,
555
  interactive=False,
556
  )
 
558
  # Components with initial non-interactive state
559
  shared_input = gr.Textbox(
560
  show_label=False,
561
+ placeholder="Enter your query for both models here.",
562
  lines=2,
563
  interactive=False, # Initially non-interactive
564
  )