diff --git a/assets/data-analysis.png b/assets/data.png similarity index 100% rename from assets/data-analysis.png rename to assets/data.png diff --git a/blurme/pages/about.py b/blurme/pages/about.py index 5d0df1c..4fe3bdf 100644 --- a/blurme/pages/about.py +++ b/blurme/pages/about.py @@ -15,7 +15,7 @@ def about() -> rx.Component: rx.vstack(rx.image(src= "/innovation.png", height = "8em", align = "center"), rx.text("Innowacyjność",as_="b",font_size="1.4em"), rx.text("Naszym głównym celem jest stworzenie innowacyjnego rozwiązania, które nie tylko będzie spełniać potrzeby dzisiejszych czasów, ale również przyczyni się do ochrony prywatności w kontekście współdzielenia zdjęć online.", text_align="center"),), - rx.vstack(rx.image(src= "/data-analysis.png", height = "8em", align = "center"), + rx.vstack(rx.image(src= "/data.png", height = "8em", align = "center"), rx.text("Analiza danych", as_="b",font_size="1.4em"), rx.text("Nasza pasja do analizy i zrozumienia dziedziny przetwarzania danych stanowią fundamenty naszego projektu.", text_align="center"),), style={"align-self": "center", "align-items": "flex-start"}),style={"align-self": "center", "align-items": "flex-start"}, margin_right = "5%", margin_left = "5%"), diff --git a/blurme/pages/settings.py b/blurme/pages/settings.py index b522185..0d9fd4d 100644 --- a/blurme/pages/settings.py +++ b/blurme/pages/settings.py @@ -34,6 +34,7 @@ def settings() -> rx.Component: border=f"1px dotted {color}", padding="1em", width="120%", + max_width = "120%", multiple=True, #accept={ # "image/png": [".png"], diff --git a/colors.scheme.xml b/colors.scheme.xml deleted file mode 100644 index 39308cd..0000000 --- a/colors.scheme.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/debugger.xml b/debugger.xml deleted file mode 100644 index 16f98b3..0000000 --- a/debugger.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/editor.xml b/editor.xml deleted file mode 100644 index 19bd26a..0000000 --- a/editor.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - \ No newline at end of file diff --git a/find.xml b/find.xml deleted file mode 100644 index a3c9f82..0000000 --- a/find.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - \ No newline at end of file diff --git a/ui.lnf.xml b/ui.lnf.xml deleted file mode 100644 index 73792a4..0000000 --- a/ui.lnf.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - \ No newline at end of file diff --git a/vcs.xml b/vcs.xml deleted file mode 100644 index c90ccd4..0000000 --- a/vcs.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - \ No newline at end of file