Spaces:
Sleeping
Sleeping
Update alternative-2.py
Browse files- alternative-2.py +2 -1
alternative-2.py
CHANGED
@@ -141,7 +141,8 @@ choices = [
|
|
141 |
# Create the Gradio interface
|
142 |
with gr.Blocks(theme="sudeepshouche/minimalist") as demo:
|
143 |
extracted_url = gr.State() # Use gr.State() to store the URL
|
144 |
-
|
|
|
145 |
gr.Markdown("# The Big Scraper")
|
146 |
with gr.Tab("Scraped"):
|
147 |
with gr.Row():
|
|
|
141 |
# Create the Gradio interface
|
142 |
with gr.Blocks(theme="sudeepshouche/minimalist") as demo:
|
143 |
extracted_url = gr.State() # Use gr.State() to store the URL
|
144 |
+
screenshot_output = gr.State()
|
145 |
+
title_output = gr.State()
|
146 |
gr.Markdown("# The Big Scraper")
|
147 |
with gr.Tab("Scraped"):
|
148 |
with gr.Row():
|