Spaces:
Build error
Build error
no message
Browse files- app.py +2 -1
- template.drawio +25 -0
app.py
CHANGED
|
@@ -105,7 +105,8 @@ def main():
|
|
| 105 |
|
| 106 |
make_template()
|
| 107 |
|
| 108 |
-
CONTAINER_TOP
|
|
|
|
| 109 |
|
| 110 |
|
| 111 |
# TODO Restart or reset your app
|
|
|
|
| 105 |
|
| 106 |
make_template()
|
| 107 |
|
| 108 |
+
with CONTAINER_TOP:
|
| 109 |
+
st.title("Bulk Image Classification DEMO")
|
| 110 |
|
| 111 |
|
| 112 |
# TODO Restart or reset your app
|
template.drawio
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<mxfile host="65bd71144e">
|
| 2 |
+
<diagram id="0vYW19gc_7FpzVwPDTXh" name="Página-1">
|
| 3 |
+
<mxGraphModel dx="984" dy="319" grid="0" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="0" pageScale="1" pageWidth="1169" pageHeight="1654" math="0" shadow="0">
|
| 4 |
+
<root>
|
| 5 |
+
<mxCell id="0"/>
|
| 6 |
+
<mxCell id="1" parent="0"/>
|
| 7 |
+
<mxCell id="zL1TRjRbQiFkQ9n_gS2R-1" value="" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#fff2cc;strokeColor=#d6b656;" parent="1" vertex="1">
|
| 8 |
+
<mxGeometry x="276" y="183" width="431" height="377" as="geometry"/>
|
| 9 |
+
</mxCell>
|
| 10 |
+
<mxCell id="zL1TRjRbQiFkQ9n_gS2R-2" value="" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#fff2cc;strokeColor=#d6b656;" parent="1" vertex="1">
|
| 11 |
+
<mxGeometry x="289" y="201" width="402" height="58" as="geometry"/>
|
| 12 |
+
</mxCell>
|
| 13 |
+
<mxCell id="zL1TRjRbQiFkQ9n_gS2R-3" value="" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#f8cecc;strokeColor=#b85450;" parent="1" vertex="1">
|
| 14 |
+
<mxGeometry x="293" y="266" width="278" height="284" as="geometry"/>
|
| 15 |
+
</mxCell>
|
| 16 |
+
<mxCell id="zL1TRjRbQiFkQ9n_gS2R-4" value="" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#f8cecc;strokeColor=#b85450;" parent="1" vertex="1">
|
| 17 |
+
<mxGeometry x="576" y="266" width="120" height="282" as="geometry"/>
|
| 18 |
+
</mxCell>
|
| 19 |
+
<mxCell id="zL1TRjRbQiFkQ9n_gS2R-7" value="" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#fff2cc;strokeColor=#d6b656;" parent="1" vertex="1">
|
| 20 |
+
<mxGeometry x="585" y="275" width="106" height="266" as="geometry"/>
|
| 21 |
+
</mxCell>
|
| 22 |
+
</root>
|
| 23 |
+
</mxGraphModel>
|
| 24 |
+
</diagram>
|
| 25 |
+
</mxfile>
|