Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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"):
|