Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -117,6 +117,7 @@ def update_screenshot(url, last_url, force_update=False):
|
|
117 |
print("No update needed")
|
118 |
return gr.update(), last_url
|
119 |
|
|
|
120 |
def refresh_screenshot(url, last_url):
|
121 |
print(f"Refresh button clicked. URL: {url}, Last URL: {last_url}")
|
122 |
return update_screenshot(url, last_url, force_update=True)
|
|
|
117 |
print("No update needed")
|
118 |
return gr.update(), last_url
|
119 |
|
120 |
+
|
121 |
def refresh_screenshot(url, last_url):
|
122 |
print(f"Refresh button clicked. URL: {url}, Last URL: {last_url}")
|
123 |
return update_screenshot(url, last_url, force_update=True)
|