kargaranamir commited on
Commit
48bb59c
1 Parent(s): 28913e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -153,6 +153,6 @@ iface = gr.Interface(merge_function,
153
  title="LIME LID",
154
  description="This code applies LIME (Local Interpretable Model-Agnostic Explanations) on fasttext language identification.",
155
  allow_flagging='never',
156
- css = ".gradio-container {background-color: white}")
157
 
158
  iface.launch()
 
153
  title="LIME LID",
154
  description="This code applies LIME (Local Interpretable Model-Agnostic Explanations) on fasttext language identification.",
155
  allow_flagging='never',
156
+ theme=gr.themes.Soft())
157
 
158
  iface.launch()