sundea commited on
Commit
edb8a46
·
1 Parent(s): b8f7f9f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -185,7 +185,7 @@ body {
185
  }
186
  """
187
  demo = gr.Interface(fn=greet, inputs="text", outputs="text", title="text-classification app",
188
- icon="😎", css=css+"?v=1")
189
  demo.launch()
190
 
191
 
 
185
  }
186
  """
187
  demo = gr.Interface(fn=greet, inputs="text", outputs="text", title="text-classification app",
188
+ icon="😎", css=css+"?v=1",override_style=True)
189
  demo.launch()
190
 
191