naman1102 commited on
Commit
aa50ddd
·
1 Parent(s): fd7c5f8

Update repo_explorer.py

Browse files
Files changed (1) hide show
  1. 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():