Spaces:
Running
Running
Scrolling up to the modal
Browse files
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 |
|