File tree 1 file changed +3
-5
lines changed
1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -87,8 +87,6 @@ def create_dataset_manager_tab():
87
87
global status_label , dir_select
88
88
89
89
with ui .column ().classes ("max-w-2xl mx-auto p-4" ):
90
- ui .label ("OxSpires Dataset Manager" ).classes ("text-h4 q-mb-md text-center" )
91
-
92
90
# Directory selection section
93
91
ui .label ("Select Base Directory" ).classes ("text-h6 q-mb-md text-center" )
94
92
with ui .row ().classes ("justify-center" ):
@@ -214,9 +212,9 @@ def create_analysis_tab():
214
212
ui .button ("Run Analysis" , color = "primary" ).classes ("q-mt-md" )
215
213
216
214
217
- # Create the main application UI
218
- ui .label ( "Oxford Spires Dataset Tool" ).classes ("text-h3 text -center q-my-md" )
219
-
215
+ # Create the main application UI with better centering
216
+ with ui .row ( ).classes ("w-full justify -center" ):
217
+ ui . label ( "Oxford Spires Dataset" ). classes ( "text-h4 q-my-md" )
220
218
# Create tabs
221
219
with ui .tabs ().classes ("w-full justify-center" ) as tabs :
222
220
ui .tab ("Dataset Manager" , icon = "cloud_download" )
You can’t perform that action at this time.
0 commit comments