tykiww commited on
Commit
48dcd76
1 Parent(s): 0e413cd

Update app.py

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