sundea commited on
Commit
885b3fc
·
1 Parent(s): 9b21db4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -173,10 +173,7 @@ body {
173
  content: '\f007';
174
  }
175
  """
176
- demo = gr.Interface(fn=greet, inputs="text", outputs="text", title="text-classification app", css="body {
177
- background-color: #f6f6f6;
178
- font-family: Arial, sans-serif;
179
- }",
180
  thumbnail="https://i.imgur.com/5rkKx5A.png",
181
  layout="vertical", description="This is a demo for text classification.")
182
  demo.launch()
 
173
  content: '\f007';
174
  }
175
  """
176
+ demo = gr.Interface(fn=greet, inputs="text", outputs="text", title="text-classification app", css=css,
 
 
 
177
  thumbnail="https://i.imgur.com/5rkKx5A.png",
178
  layout="vertical", description="This is a demo for text classification.")
179
  demo.launch()