royaljackal commited on
Commit
b899bd9
·
verified ·
1 Parent(s): 549b3fa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -173,7 +173,7 @@ class PrintToTextbox:
173
  def flush(self):
174
  pass
175
 
176
- def update_page_index_visibility(process_mode):
177
  if process_mode == "single":
178
  return gr.update(visible=True)
179
  else:
 
173
  def flush(self):
174
  pass
175
 
176
+ def update_page_index_visibility(process_mode):
177
  if process_mode == "single":
178
  return gr.update(visible=True)
179
  else: