Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -74,7 +74,7 @@ app = gr.Blocks()
|
|
74 |
with app:
|
75 |
gr.Markdown("# Gradio Space/Model Content Extractor")
|
76 |
url_input = gr.Textbox(label="Hugging Face Space/Model URL")
|
77 |
-
output_display = gr.
|
78 |
extract_button = gr.Button("Extract Content")
|
79 |
|
80 |
extract_button.click(fn=extract_and_display, inputs=url_input, outputs=output_display)
|
|
|
74 |
with app:
|
75 |
gr.Markdown("# Gradio Space/Model Content Extractor")
|
76 |
url_input = gr.Textbox(label="Hugging Face Space/Model URL")
|
77 |
+
output_display = gr.Textbox(show_copy_button=True, lines=20, placeholder="Output will be displayed here...")
|
78 |
extract_button = gr.Button("Extract Content")
|
79 |
|
80 |
extract_button.click(fn=extract_and_display, inputs=url_input, outputs=output_display)
|