Spaces:
Running
Running
Commit
·
5ef6d76
1
Parent(s):
95c9756
init
Browse files- __lib__/app.py +18 -3
- __lib__/i18n/ar.pyc +0 -0
- __lib__/i18n/da.pyc +0 -0
- __lib__/i18n/de.pyc +0 -0
- __lib__/i18n/en.pyc +0 -0
- __lib__/i18n/es.pyc +0 -0
- __lib__/i18n/fi.pyc +0 -0
- __lib__/i18n/fr.pyc +0 -0
- __lib__/i18n/he.pyc +0 -0
- __lib__/i18n/hi.pyc +0 -0
- __lib__/i18n/id.pyc +0 -0
- __lib__/i18n/it.pyc +0 -0
- __lib__/i18n/ja.pyc +0 -0
- __lib__/i18n/nl.pyc +0 -0
- __lib__/i18n/no.pyc +0 -0
- __lib__/i18n/pt.pyc +0 -0
- __lib__/i18n/ru.pyc +0 -0
- __lib__/i18n/sv.pyc +0 -0
- __lib__/i18n/tr.pyc +0 -0
- __lib__/i18n/uk.pyc +0 -0
- __lib__/i18n/vi.pyc +0 -0
- __lib__/i18n/zh.pyc +0 -0
__lib__/app.py
CHANGED
|
@@ -881,16 +881,31 @@ def create_app():
|
|
| 881 |
gr.HTML(
|
| 882 |
"""
|
| 883 |
<style>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 884 |
body {
|
|
|
|
|
|
|
| 885 |
background: radial-gradient(circle at 20% 20%, #f3f4ff 0, #f8fbff 35%, #ffffff 70%);
|
| 886 |
font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
|
| 887 |
}
|
| 888 |
-
.
|
| 889 |
-
min-height: 100vh;
|
| 890 |
display: flex;
|
| 891 |
align-items: center;
|
| 892 |
justify-content: center;
|
| 893 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 894 |
}
|
| 895 |
.pause-card {
|
| 896 |
max-width: 640px;
|
|
|
|
| 881 |
gr.HTML(
|
| 882 |
"""
|
| 883 |
<style>
|
| 884 |
+
html, body, #root, .gradio-container {
|
| 885 |
+
width: 100%;
|
| 886 |
+
height: 100%;
|
| 887 |
+
min-height: 100vh;
|
| 888 |
+
}
|
| 889 |
body {
|
| 890 |
+
margin: 0;
|
| 891 |
+
overflow: hidden;
|
| 892 |
background: radial-gradient(circle at 20% 20%, #f3f4ff 0, #f8fbff 35%, #ffffff 70%);
|
| 893 |
font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
|
| 894 |
}
|
| 895 |
+
.gradio-container {
|
|
|
|
| 896 |
display: flex;
|
| 897 |
align-items: center;
|
| 898 |
justify-content: center;
|
| 899 |
+
min-height: 100vh;
|
| 900 |
+
padding: 0 !important;
|
| 901 |
+
background: radial-gradient(circle at 20% 20%, #f3f4ff 0, #f8fbff 35%, #ffffff 70%);
|
| 902 |
+
}
|
| 903 |
+
.pause-wrapper {
|
| 904 |
+
position: fixed;
|
| 905 |
+
inset: 0;
|
| 906 |
+
display: grid;
|
| 907 |
+
place-items: center;
|
| 908 |
+
padding: 24px 20px;
|
| 909 |
}
|
| 910 |
.pause-card {
|
| 911 |
max-width: 640px;
|
__lib__/i18n/ar.pyc
CHANGED
|
Binary files a/__lib__/i18n/ar.pyc and b/__lib__/i18n/ar.pyc differ
|
|
|
__lib__/i18n/da.pyc
CHANGED
|
Binary files a/__lib__/i18n/da.pyc and b/__lib__/i18n/da.pyc differ
|
|
|
__lib__/i18n/de.pyc
CHANGED
|
Binary files a/__lib__/i18n/de.pyc and b/__lib__/i18n/de.pyc differ
|
|
|
__lib__/i18n/en.pyc
CHANGED
|
Binary files a/__lib__/i18n/en.pyc and b/__lib__/i18n/en.pyc differ
|
|
|
__lib__/i18n/es.pyc
CHANGED
|
Binary files a/__lib__/i18n/es.pyc and b/__lib__/i18n/es.pyc differ
|
|
|
__lib__/i18n/fi.pyc
CHANGED
|
Binary files a/__lib__/i18n/fi.pyc and b/__lib__/i18n/fi.pyc differ
|
|
|
__lib__/i18n/fr.pyc
CHANGED
|
Binary files a/__lib__/i18n/fr.pyc and b/__lib__/i18n/fr.pyc differ
|
|
|
__lib__/i18n/he.pyc
CHANGED
|
Binary files a/__lib__/i18n/he.pyc and b/__lib__/i18n/he.pyc differ
|
|
|
__lib__/i18n/hi.pyc
CHANGED
|
Binary files a/__lib__/i18n/hi.pyc and b/__lib__/i18n/hi.pyc differ
|
|
|
__lib__/i18n/id.pyc
CHANGED
|
Binary files a/__lib__/i18n/id.pyc and b/__lib__/i18n/id.pyc differ
|
|
|
__lib__/i18n/it.pyc
CHANGED
|
Binary files a/__lib__/i18n/it.pyc and b/__lib__/i18n/it.pyc differ
|
|
|
__lib__/i18n/ja.pyc
CHANGED
|
Binary files a/__lib__/i18n/ja.pyc and b/__lib__/i18n/ja.pyc differ
|
|
|
__lib__/i18n/nl.pyc
CHANGED
|
Binary files a/__lib__/i18n/nl.pyc and b/__lib__/i18n/nl.pyc differ
|
|
|
__lib__/i18n/no.pyc
CHANGED
|
Binary files a/__lib__/i18n/no.pyc and b/__lib__/i18n/no.pyc differ
|
|
|
__lib__/i18n/pt.pyc
CHANGED
|
Binary files a/__lib__/i18n/pt.pyc and b/__lib__/i18n/pt.pyc differ
|
|
|
__lib__/i18n/ru.pyc
CHANGED
|
Binary files a/__lib__/i18n/ru.pyc and b/__lib__/i18n/ru.pyc differ
|
|
|
__lib__/i18n/sv.pyc
CHANGED
|
Binary files a/__lib__/i18n/sv.pyc and b/__lib__/i18n/sv.pyc differ
|
|
|
__lib__/i18n/tr.pyc
CHANGED
|
Binary files a/__lib__/i18n/tr.pyc and b/__lib__/i18n/tr.pyc differ
|
|
|
__lib__/i18n/uk.pyc
CHANGED
|
Binary files a/__lib__/i18n/uk.pyc and b/__lib__/i18n/uk.pyc differ
|
|
|
__lib__/i18n/vi.pyc
CHANGED
|
Binary files a/__lib__/i18n/vi.pyc and b/__lib__/i18n/vi.pyc differ
|
|
|
__lib__/i18n/zh.pyc
CHANGED
|
Binary files a/__lib__/i18n/zh.pyc and b/__lib__/i18n/zh.pyc differ
|
|
|