Spaces:
Sleeping
Sleeping
Update repo_explorer.py
Browse files- repo_explorer.py +1 -2
repo_explorer.py
CHANGED
|
@@ -163,8 +163,7 @@ def create_repo_explorer_tab() -> Tuple[gr.TabItem, Dict[str, gr.components.Comp
|
|
| 163 |
"https://cdn-icons-png.flaticon.com/512/149/149071.png",
|
| 164 |
"https://huggingface.co/datasets/huggingface/brand-assets/resolve/main/hf-logo.png"
|
| 165 |
),
|
| 166 |
-
show_copy_button=True
|
| 167 |
-
info="Ask questions about the loaded repository"
|
| 168 |
)
|
| 169 |
|
| 170 |
with gr.Row():
|
|
|
|
| 163 |
"https://cdn-icons-png.flaticon.com/512/149/149071.png",
|
| 164 |
"https://huggingface.co/datasets/huggingface/brand-assets/resolve/main/hf-logo.png"
|
| 165 |
),
|
| 166 |
+
show_copy_button=True
|
|
|
|
| 167 |
)
|
| 168 |
|
| 169 |
with gr.Row():
|