cgeorgiaw HF Staff commited on
Commit
5039c0d
·
1 Parent(s): 72b85f1

making more options

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -65,7 +65,6 @@ def gradio_interface() -> gr.Blocks:
65
  def update_ui(mode):
66
  return (
67
  gr.update(visible=(mode == "Leaderboard")),
68
- gr.update(visible=(mode == "Upload")),
69
  gr.update(visible=(mode == "Generate")),
70
  )
71
 
 
65
  def update_ui(mode):
66
  return (
67
  gr.update(visible=(mode == "Leaderboard")),
 
68
  gr.update(visible=(mode == "Generate")),
69
  )
70