Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -183,7 +183,6 @@ body {
|
|
183 |
.gradio-interface-header-icon.fa-icon:before {
|
184 |
content: '\f007';
|
185 |
}
|
186 |
-
|
187 |
"""
|
188 |
demo = gr.Interface(fn=greet, inputs="text", outputs="text", title="text-classification app",
|
189 |
icon="😎", css=css)
|
|
|
183 |
.gradio-interface-header-icon.fa-icon:before {
|
184 |
content: '\f007';
|
185 |
}
|
|
|
186 |
"""
|
187 |
demo = gr.Interface(fn=greet, inputs="text", outputs="text", title="text-classification app",
|
188 |
icon="😎", css=css)
|