Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -173,7 +173,7 @@ class PrintToTextbox:
|
|
173 |
def flush(self):
|
174 |
pass
|
175 |
|
176 |
-
|
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:
|