ginipick commited on
Commit
4418106
·
verified ·
1 Parent(s): 0bdca60

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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)