Spaces:
Running
Running
fix: style
Browse files- helper/Site.py +4 -0
- src/pyproject.toml +21 -0
helper/Site.py
CHANGED
|
@@ -57,6 +57,10 @@ class Site:
|
|
| 57 |
max-width: 100% !important;
|
| 58 |
padding: 0 !important;
|
| 59 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
| 60 |
.docs-layout-sider {
|
| 61 |
width: 100% !important;
|
| 62 |
max-width: 100% !important;
|
|
|
|
| 57 |
max-width: 100% !important;
|
| 58 |
padding: 0 !important;
|
| 59 |
}
|
| 60 |
+
.gradio-container > main.fillable {
|
| 61 |
+
max-width: 100% !important;
|
| 62 |
+
padding: 0 !important;
|
| 63 |
+
}
|
| 64 |
.docs-layout-sider {
|
| 65 |
width: 100% !important;
|
| 66 |
max-width: 100% !important;
|
src/pyproject.toml
CHANGED
|
@@ -18,7 +18,9 @@ keywords = [
|
|
| 18 |
"gradio-custom-component",
|
| 19 |
"modelscope-studio",
|
| 20 |
'antd',
|
|
|
|
| 21 |
'gradio-antd',
|
|
|
|
| 22 |
]
|
| 23 |
# Add dependencies here
|
| 24 |
dependencies = ["gradio>=4.0,<6.0"]
|
|
@@ -203,6 +205,25 @@ artifacts = [
|
|
| 203 |
"/backend/modelscope_studio/components/legacy/WaterfallGallery/templates",
|
| 204 |
"/backend/modelscope_studio/components/antd/form/provider/templates",
|
| 205 |
"/backend/modelscope_studio/components/antd/modal/static/templates",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 206 |
]
|
| 207 |
|
| 208 |
[tool.hatch.build.targets.sdist]
|
|
|
|
| 18 |
"gradio-custom-component",
|
| 19 |
"modelscope-studio",
|
| 20 |
'antd',
|
| 21 |
+
'antdx',
|
| 22 |
'gradio-antd',
|
| 23 |
+
'gradio-antdx',
|
| 24 |
]
|
| 25 |
# Add dependencies here
|
| 26 |
dependencies = ["gradio>=4.0,<6.0"]
|
|
|
|
| 205 |
"/backend/modelscope_studio/components/legacy/WaterfallGallery/templates",
|
| 206 |
"/backend/modelscope_studio/components/antd/form/provider/templates",
|
| 207 |
"/backend/modelscope_studio/components/antd/modal/static/templates",
|
| 208 |
+
"/backend/modelscope_studio/components/antdx/bubble/templates",
|
| 209 |
+
"/backend/modelscope_studio/components/antdx/bubble/list/templates",
|
| 210 |
+
"/backend/modelscope_studio/components/antdx/bubble/list/item/templates",
|
| 211 |
+
"/backend/modelscope_studio/components/antdx/bubble/list/role/templates",
|
| 212 |
+
"/backend/modelscope_studio/components/base/markdown/templates",
|
| 213 |
+
"/backend/modelscope_studio/components/antdx/conversations/templates",
|
| 214 |
+
"/backend/modelscope_studio/components/antdx/conversations/item/templates",
|
| 215 |
+
"/backend/modelscope_studio/components/antdx/attachments/templates",
|
| 216 |
+
"/backend/modelscope_studio/components/antdx/prompts/templates",
|
| 217 |
+
"/backend/modelscope_studio/components/antdx/prompts/item/templates",
|
| 218 |
+
"/backend/modelscope_studio/components/antdx/sender/templates",
|
| 219 |
+
"/backend/modelscope_studio/components/antdx/sender/header/templates",
|
| 220 |
+
"/backend/modelscope_studio/components/antdx/thought_chain/templates",
|
| 221 |
+
"/backend/modelscope_studio/components/antdx/thought_chain/item/templates",
|
| 222 |
+
"/backend/modelscope_studio/components/antdx/welcome/templates",
|
| 223 |
+
"/backend/modelscope_studio/components/antdx/attachments/file_card/templates",
|
| 224 |
+
"/backend/modelscope_studio/components/antdx/suggestion/templates",
|
| 225 |
+
"/backend/modelscope_studio/components/antdx/suggestion/item/templates",
|
| 226 |
+
"/backend/modelscope_studio/components/antdx/x_provider/templates",
|
| 227 |
]
|
| 228 |
|
| 229 |
[tool.hatch.build.targets.sdist]
|