dwb2023 commited on
Commit
6daf3b3
β€’
1 Parent(s): 8b78861

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,8 +52,8 @@ with app:
52
  ],
53
  inputs=url_input
54
  )
55
- output_display = gr.Textbox(label="Extracted Repository Content", show_copy_button=True, lines=20, placeholder="Repository content will be extracted here...\n\nMetadata is captured for all files, but text content provided only for files less than 16 kb\n\n\n\nReview and search through the content here OR simply copy it for offline analysis!!. πŸ€–")
56
  extract_button = gr.Button("Extract Content")
 
57
  extract_button.click(fn=extract_and_display, inputs=url_input, outputs=output_display)
58
 
59
  with gr.Tab("Model Explorer"):
 
52
  ],
53
  inputs=url_input
54
  )
 
55
  extract_button = gr.Button("Extract Content")
56
+ output_display = gr.Textbox(label="Extracted Repository Content", show_copy_button=True, lines=20, placeholder="Repository content will be extracted here...\n\nMetadata is captured for all files, but text content provided only for files less than 16 kb\n\n\n\nReview and search through the content here OR simply copy it for offline analysis!!. πŸ€–")
57
  extract_button.click(fn=extract_and_display, inputs=url_input, outputs=output_display)
58
 
59
  with gr.Tab("Model Explorer"):