Spaces:
Running
Running
refine the caption
Browse files
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
|
| 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 |
)
|