Update app.py
Browse files
app.py
CHANGED
@@ -133,15 +133,6 @@ class DigitClassifier(Viewer):
|
|
133 |
This input image represents what the model receives prior to feature extraction and classification.
|
134 |
</p>
|
135 |
</div>
|
136 |
-
<div style="margin-left: 5px; margin-top: 72px">
|
137 |
-
<a href="https://github.com/Jechen00"
|
138 |
-
class="link"
|
139 |
-
target="blank"
|
140 |
-
rel="noopener noreferrer"
|
141 |
-
style="font-size: {styles.FONTSIZES['made_by_txt']}; color: {styles.CLRS['made_by_txt']};">
|
142 |
-
Made by Jeff Chen
|
143 |
-
</a>
|
144 |
-
</div>
|
145 |
''',
|
146 |
styles = {'margin':' 0rem', 'color': styles.CLRS['sidebar_txt'],
|
147 |
'width': '19.7%', 'height': '100%',
|
|
|
133 |
This input image represents what the model receives prior to feature extraction and classification.
|
134 |
</p>
|
135 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
136 |
''',
|
137 |
styles = {'margin':' 0rem', 'color': styles.CLRS['sidebar_txt'],
|
138 |
'width': '19.7%', 'height': '100%',
|