idolezal commited on
Commit
b9a81c7
β€’
1 Parent(s): 3daddec

Scrolling up to the modal

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -223,6 +223,7 @@ def change_leaderboard_category(category, selected_submission_id):
223
  )
224
 
225
  def show_modal():
 
226
  return gr.update(visible=True)
227
 
228
 
 
223
  )
224
 
225
  def show_modal():
226
+ gr.Info('You are going to submit your model.', duration=5) # It is used to scroll up
227
  return gr.update(visible=True)
228
 
229