Spaces:
Running
Running
clement-bonnet
commited on
Commit
·
63953af
1
Parent(s):
25a2865
feat: remove style documentation
Browse files
app.py
CHANGED
@@ -108,12 +108,12 @@ with gr.Blocks(
|
|
108 |
margin-bottom: 1rem !important;
|
109 |
}
|
110 |
|
111 |
-
.documentation {
|
112 |
-
|
113 |
-
|
114 |
-
|
115 |
-
|
116 |
-
}
|
117 |
|
118 |
.optimal-button {
|
119 |
width: 200px !important;
|
@@ -215,7 +215,7 @@ with gr.Blocks(
|
|
215 |
show_share_button=False,
|
216 |
)
|
217 |
|
218 |
-
with gr.Column(elem_classes="
|
219 |
gr.Markdown(
|
220 |
"""
|
221 |
### Technical Details
|
|
|
108 |
margin-bottom: 1rem !important;
|
109 |
}
|
110 |
|
111 |
+
# .documentation {
|
112 |
+
# margin-top: 2rem !important;
|
113 |
+
# padding: 1rem !important;
|
114 |
+
# background-color: #f8f9fa !important;
|
115 |
+
# border-radius: 8px !important;
|
116 |
+
# }
|
117 |
|
118 |
.optimal-button {
|
119 |
width: 200px !important;
|
|
|
215 |
show_share_button=False,
|
216 |
)
|
217 |
|
218 |
+
with gr.Column(elem_classes="container"):
|
219 |
gr.Markdown(
|
220 |
"""
|
221 |
### Technical Details
|