sundea commited on
Commit
8156347
·
1 Parent(s): d4ef0b3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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)