Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -229,10 +229,6 @@ def main():
|
|
229 |
|
230 |
# submit button
|
231 |
|
232 |
-
# Link buttons to functions
|
233 |
-
btn_about.click(fn=show_about, outputs=main_content)
|
234 |
-
btn_upload.click(fn=lambda: ("", gr.update(visible=True)), outputs=[main_content, dataset_uploaded_load])
|
235 |
-
|
236 |
# Launch baby
|
237 |
demo.launch()
|
238 |
|
|
|
229 |
|
230 |
# submit button
|
231 |
|
|
|
|
|
|
|
|
|
232 |
# Launch baby
|
233 |
demo.launch()
|
234 |
|