Reorder logos
Browse files
app.py
CHANGED
@@ -175,7 +175,7 @@ def uncheck_all():
|
|
175 |
|
176 |
# Get a list of all logo files in the directory
|
177 |
logos_dir = "logos"
|
178 |
-
logo_files = [f for f in os.listdir(logos_dir) if f.endswith(('.png', '.jpg', '.jpeg'))]
|
179 |
|
180 |
demo = gr.Blocks(css=custom_css)
|
181 |
with demo:
|
|
|
175 |
|
176 |
# Get a list of all logo files in the directory
|
177 |
logos_dir = "logos"
|
178 |
+
logo_files = sorted([f for f in os.listdir(logos_dir) if f.endswith(('.png', '.jpg', '.jpeg'))])
|
179 |
|
180 |
demo = gr.Blocks(css=custom_css)
|
181 |
with demo:
|
logos/{columbia.png β 1_columbia.png}
RENAMED
File without changes
|
logos/{openfinance.jpg β 2_openfinance.jpg}
RENAMED
File without changes
|
logos/{rpi.png β 3_rpi.png}
RENAMED
File without changes
|
logos/{finai-logo.jpg β 4_finai-logo.jpg}
RENAMED
File without changes
|
logos/{id7TUpk-PU_1724376372691.jpeg β 5_huggingface.jpeg}
RENAMED
File without changes
|